Get team custom roles
Fetch the custom roles that have been assigned to the team. To learn more, read Managing team permissions.
Path parameters
teamKey
The team key
Headers
Authorization
Query parameters
limit
The number of roles to return in the response. Defaults to 20.
offset
Where to start in the list. This is for use with pagination. For example, an offset of 10 skips the first ten items and then returns the next items in the list, up to the query limit
.
Response
Team roles response
totalCount
The number of custom roles assigned to this team
items
An array of the custom roles that have been assigned to this team
_links
The location and content type of related resources