Click or drag to resize

TeamClient Class

Class TeamClient contains APIs which are used to manage the teams themselves. Teams are created and deleted with this API. You can also update a team to change its title
Inheritance Hierarchy
SystemObject
  SparkSDKTeamClient

Namespace:  SparkSDK
Assembly:  SparkSDK (in SparkSDK.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public sealed class TeamClient

The TeamClient type exposes the following members.

Constructors
  NameDescription
Public methodTeamClient
Initializes a new instance of the TeamClient class.
Top
Methods
  NameDescription
Public methodCreate
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.
Public methodDelete
Deletes a team by id.
Public methodGet
Retrieves the details for a team by id.
Public methodList
Lists teams to which the authenticated user belongs.
Public methodUpdate
Updates the details for a team by id.
Top
Remarks
Since: 0.1.0
See Also