TeamMembershipClient Class |
Namespace: SparkSDK
public sealed class TeamMembershipClient
The TeamMembershipClient type exposes the following members.
Name | Description | |
---|---|---|
![]() | TeamMembershipClient |
Initializes a new instance of the TeamMembershipClient class.
|
Name | Description | |
---|---|---|
![]() | CreateByEmail |
Add a person to a teams by email address; optionally making the person a moderator of the team.
|
![]() | CreateById |
Adds a person to a team by person id; optionally making the person a moderator of the team.
|
![]() | Delete |
Deletes a membership by id.
|
![]() | Get |
Retrieves the details for a membership by id.
|
![]() | List |
Lists all team memberships where the authenticated user belongs.
|
![]() | Update |
Updates the details for a membership by id.
|