Module asana::apis::teams_api[][src]

Enums

AddUserForTeamError

struct for typed errors of method add_user_for_team

CreateTeamError

struct for typed errors of method create_team

GetTeamError

struct for typed errors of method get_team

GetTeamsForOrganizationError

struct for typed errors of method get_teams_for_organization

GetTeamsForUserError

struct for typed errors of method get_teams_for_user

RemoveUserForTeamError

struct for typed errors of method remove_user_for_team

Functions

add_user_for_team

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.

create_team

Creates a team within the current workspace.

get_team

Returns the full record for a single team.

get_teams_for_organization

Returns the compact records for all teams in the organization visible to the authorized user.

get_teams_for_user

Returns the compact records for all teams to which the given user is assigned.

remove_user_for_team

The user making this call must be a member of the team in order to remove themselves or others.