Generates an authority report for a set of principals

POST /domains/{domainId}/principals/{permissionedId}/authorities

Parameters

Name Required Type Description
domainId true string
permissionedId true string
HTTP Payload true string HTTP Payload

Response

"type": "object", "description": "Authority Report", "properties": { "principalId": { "type": "object", "properties": { "id": { "type": "object", "properties": { "role-key": { "type": "string" }, "principal": { "type": "string" }, "permissioned": { "type": "string" }, "inheritsFrom": { "type": "object", "properties": { "id": { "type": "string" }, "principal": { "type": "string" }, "permissioned": { "type": "string" } } } } } } } } }