v1

latestOpenAPI 3.0.32026-07-22238629559.2 KB
TeamsService

Check RBAC status

Indicates if deployment has Role-Based Access Control enabled

get/api/permissions/v2/deployments/{deploymentId}/status

Path parameters

deploymentIdinteger required

The unique numerical identifier for the deployment.

Example:1111

Response

OK

deploymentIdstring int64

The unique numerical identifier for the deployment.

enabledboolean

Whether RBAC has been enabled for the deployment.

selfServeEnabledboolean

Whether the deployment has self-serve RBAC enablement turned on.

Example response

{
  "deploymentId": "1111"
}