API ReferenceTenants
Retrieve all tenant roles
GET
/v1/tenants/rolesRetrieves all existing roles that can be assigned to a tenant member, with their associated permissions.
Analytics Events
TENANT_ROLES_RETRIEVE_LIST_STARTTENANT_ROLES_RETRIEVE_LIST_SUCCESSTENANT_ROLES_RETRIEVE_LIST_FAIL
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Response Body
application/json
text/plain
curl -X GET "https://example.com/v1/tenants/roles"{ "roles": [ { "id": "issuer", "name": "Issuer", "description": "issuer role", "permissions": [ { "id": "credentials:mobile:iacas:create", "description": "Credentials mobile iacas create permission", "deprecated": false } ] } ]}How would you rate this page?