This documentation is currently under development. Certain sections are not yet complete and will be added shortly.
For the complete documentation index, see llms.txt. This page is also available as Markdown.

Permissions

List available permissions and their descriptions

get
/api/{tenantId}/admin/permissions

Returns permission areas and scope descriptions.

Authorization

Requires tenant.access:read scope.

Required scopes
This endpoint requires the following scopes:
Authorizations
OAuth2implicitRequired
Authorization URL:
Path parameters
tenantIdstringRequired
Responses
200

Permissions returned.

Web response for a permission area (category of scopes)

codestringRequired

Area code grouping related scopes.

categorystringRequired

Top-level category code used to group permission areas in the UI.

descriptionstring · nullableOptional

Human-friendly description of the area.

get/api/{tenantId}/admin/permissions
200

Permissions returned.

Last updated