List user roles
Required scopes:
user:read
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
.
Last updated