Module legacy_teams_api

Source

Enums§

AddTeamError
struct for typed errors of method add_team
AddTeamUserError
struct for typed errors of method add_team_user
DeleteTeamUserError
struct for typed errors of method delete_team_user
GetTeamError
struct for typed errors of method get_team
GetTeamUsersError
struct for typed errors of method get_team_users
GetTeamsError
struct for typed errors of method get_teams
GetUserTeamsError
struct for typed errors of method get_user_teams
UpdateTeamError
struct for typed errors of method update_team

Functions§

add_team
Adds a new team to the company and returns the created object.
add_team_user
Adds users to an existing team.
delete_team_user
Deletes users from an existing team.
get_team
Returns data about a specific team.
get_team_users
Returns a list of all user IDs within a team.
get_teams
Returns data about teams within the company.
get_user_teams
Returns data about all teams which have the specified user as a member.
update_team
Updates an existing team and returns the updated object.