Reads the ACL for a principal and specific actor

GET /domains/{domainId}/principals/{permissionedId}/acl

Parameters

Name Required Type Description
domainId true string
permissionedId true string
id true string

Response

{
  "type": "object",
  "description": "Result Map of Authority Keys",
  "properties": {
    "total_rows": {
      "type": "number"
    },
    "offset": {
      "type": "number"
    },
    "size": {
      "type": "number"
    },
    "rows": {
      "type": "array",
      "items": {
        "type": "string",
        "description": "Authority Key"
      }
    }
  }
}