Reads the ACL for an email and specific actor

GET /applications/{applicationId}/emails/{emailId}/acl

Parameters

Name Required Type Description
applicationId true string
emailId 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" } } } }