v1
latestOpenAPI 3.0.32026-07-22238629559.2 KBTeamsService
List an RBAC team's users
List the users assigned to a Role-Based Access Control team
get/api/permissions/v2/deployments/{deploymentId}/teams/{teamId}/members
Path parameters
deploymentIdinteger required
The unique numerical identifier for the deployment.
Example:1111
teamIdinteger required
The unique numerical identifier for the team.
Example:1234
Query parameters
limitinteger
Maximum number of items to return in a single page.
Example:100
cursorstring
Opaque cursor used for pagination. If not provided the first page will be returned.
Response
OK
Example response
{
"deploymentId": "1111",
"teamId": "1234",
"users": [
{
"userId": "1234"
}
],
"limit": "100"
}