Click or drag to resize

MembershipClient Methods

The MembershipClient type exposes the following members.

Methods
  NameDescription
Public methodCreateByPersonEmail
Adds a person to a space by email address; optionally making the person a moderator.
Public methodCreateByPersonId
Adds a person to a space by person id; optionally making the person a moderator.
Public methodDelete
Deletes a membership by membership id. It removes the person from the space where the membership belongs.
Public methodGet
Retrieves the details for a membership by membership id.
Public methodList(NullableInt32, ActionWebexApiEventArgsListMembership)
Lists all space memberships where the authenticated user belongs.
Public methodList(String, NullableInt32, ActionWebexApiEventArgsListMembership)
Lists all memberships in the given space by space Id.
Public methodListByPersonEmail
Lists any space memberships for the given space (by space id) and person (by email address).
Public methodListByPersonId
Lists any space memberships for the given space (by space id) and person (by person id).
Public methodUpdate
Updates the properties of a membership by membership id.
Top
See Also