| TeamClient Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: SparkSDK
 Syntax
Syntaxpublic sealed class TeamClient
The TeamClient type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | TeamClient | 
            Initializes a new instance of the TeamClient class.
             | 
 Methods
Methods| 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.
             | 
 Remarks
Remarks See Also
See Also