Enums

struct for typed errors of method add_user_for_team
struct for typed errors of method create_team
struct for typed errors of method get_team
struct for typed errors of method get_teams_for_organization
struct for typed errors of method get_teams_for_user
struct for typed errors of method remove_user_for_team

Functions

The user making this call must be a member of the team in order to add others. The user being added must exist in the same organization as the team.
Creates a team within the current workspace.
Returns the full record for a single team.
Returns the compact records for all teams in the organization visible to the authorized user.
Returns the compact records for all teams to which the given user is assigned.
The user making this call must be a member of the team in order to remove themselves or others.