List an RBAC team's child teams
List the child teams assigned to a Role-Based Access Control team
Authorizations
Get access to data with your API token. Example header:
Authorization: Bearer 2991e2fb4b540fe75b8f90677b0b892b6314e4961cb001fe6eb452eee248a628
The token can be provisioned from the Tokens section in your Settings, and requires explicitly enabling Web API access.
Path Parameters
The unique numerical identifier for the deployment.
1111
The unique numerical identifier for the team.
1234
Query Parameters
Maximum number of items to return in a single page.
100
Opaque cursor used for pagination. If not provided the first page will be returned.
Response
OK
The unique numerical identifier for the deployment.
"1111"
The unique numerical identifier for the team.
"1234"
A list of child team IDs assigned to the team.
Maximum number of items to return in a single page.
"100"
Opaque cursor used for pagination. If not provided the first page will be returned.