The following endpoints update and retrieve data about user team roles of a user in a team. Check out the .
Gets team roles of the user with the specified userId
. The response contains user's team role ID for all teams the user is part of. Get the mapping of the userRoleId
and the user role name
with the API call GET /users/roles
.
The ID of the user.
111
Gets user role detail in the team with the specified teamId
. Get the mapping of the userRoleId
and the user role name
with the API call GET /users/roles
.
The ID of the user.
111
The ID of the team.
22
Updates the user role in the team with the specified teamId
. Get the mapping of the userRoleId
and the user role name
with the API call GET /users/roles
.
The ID of the user.
111
The ID of the team.
22
The ID of the user role. Check the GET /users/roles
API call for the available usersRoleId
values.