MembershipClient Class |
Namespace: WebexSDK
public sealed class MembershipClient
The MembershipClient type exposes the following members.
Name | Description | |
---|---|---|
MembershipClient |
Initializes a new instance of the MembershipClient class.
|
Name | Description | |
---|---|---|
CreateByPersonEmail |
Adds a person to a space by email address; optionally making the person a moderator.
| |
CreateByPersonId |
Adds a person to a space by person id; optionally making the person a moderator.
| |
Delete |
Deletes a membership by membership id. It removes the person from the space where the membership belongs.
| |
Get |
Retrieves the details for a membership by membership id.
| |
List(NullableInt32, ActionWebexApiEventArgsListMembership) |
Lists all space memberships where the authenticated user belongs.
| |
List(String, NullableInt32, ActionWebexApiEventArgsListMembership) |
Lists all memberships in the given space by space Id.
| |
ListByPersonEmail |
Lists any space memberships for the given space (by space id) and person (by email address).
| |
ListByPersonId |
Lists any space memberships for the given space (by space id) and person (by person id).
| |
Update |
Updates the properties of a membership by membership id.
|