TeamClient Class |
Namespace: SparkSDK
public sealed class TeamClient
The TeamClient type exposes the following members.
Name | Description | |
---|---|---|
![]() | TeamClient |
Initializes a new instance of the TeamClient class.
|
Name | Description | |
---|---|---|
![]() | Create |
Creates a team. The authenticated user is automatically added as a member of the team.
See the Team Memberships API to learn how to add more people to the team.
|
![]() | Delete |
Deletes a team by id.
|
![]() | Get |
Retrieves the details for a team by id.
|
![]() | List |
Lists teams to which the authenticated user belongs.
|
![]() | Update |
Updates the details for a team by id.
|