teams

Update a team member roles

Update a team member roles. Valid team roles are "team_user", "team_admin" or both of them. Overwrites any previously assigned team roles.

Permissions

Must be authenticated and have the manage_team_roles permission.

put/api/v4/teams/{team_id}/members/{user_id}/roles

Path parameters

team_idstring required

Team GUID

user_idstring required

User GUID

Request body

rolesstring required

Response

Team member roles update successful

statusstring

Will contain "ok" if the request was successful and there was nothing else to return

Changes

No recorded changes to this endpoint across all 1 revision of this API.