v1

latestOpenAPI 3.1.02026-07-24239123562.1 KB
Roles

Get all policies supported in the system

get/v1/roles/policies

Response

Responding with list of policies

namestring
scope'developer' | 'dataUser' | 'dataOwner' | 'auditor' | 'analyst' | 'tenantAdmin' | 'orgAdmin' | 'member' | 'support'

Example response

[
  {
    "name": "Developer",
    "scope": "developer"
  }
]