Click or drag to resize

TeamClient Methods

The TeamClient type exposes the following members.

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
See Also