List custom roles
Lists all custom roles for the team with cursor-based pagination.
Path parameters
Team ID
Query parameters
Cursor for pagination
Max results per page (default: 100, max: 100)
Response
Example response
{
"items": [
{
"statements": [
{
"resource": "project:*"
}
]
}
]
}Changes
Changed in 3 of the 6 revisions of this API.71
- ●
added the new
deployment:aiGateway:useenum value to the//////response property for the response statusresponse-property-enum-value-added
- ●
added the new
directorySync:deleteGroupMappingenum value to the//////response property for the response statusresponse-property-enum-value-added
- ●
added the new
directorySync:disableenum value to the//////response property for the response statusresponse-property-enum-value-added
- ●
added the new
directorySync:enableenum value to the//////response property for the response statusresponse-property-enum-value-added
- ●
added the new
directorySync:updateGroupMappingenum value to the//////response property for the response statusresponse-property-enum-value-added
- ●
added the new
directorySync:viewenum value to the//////response property for the response statusresponse-property-enum-value-added
- ●
- ○
the endpoint scheme security
OAuth Team Tokenwas removed from the APIapi-security-removed
- ○
- ●
added the new
deployment:usage:viewenum value to the//////response property for the response statusresponse-property-enum-value-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●