List delegates on the mailbox
GET {{baseUrl}}/emails/mailboxes/:email/settings/delegates
Lists the delegates on the mailbox. Managing delegate operations must be done by the mailbox owner.
Scopes:
mail:read
Rate Limit Label
:
MEDIUM
Not supported in Gov cluster
HEADERS
| Key | Datatype | Required | Description |
| Accept
| string | | |
RESPONSES
status: OK
{"delegates":[{"delegateEmail":"\u003cstring\u003e","verificationStatus":"rejected","delegateAccess":"dlgeditor","accessTime":"\u003cstring\u003e","creationTime":"\u003cstring\u003e"},{"delegateEmail":"\u003cstring\u003e","verificationStatus":"accepted","delegateAccess":"dlgauthor","accessTime":"\u003cstring\u003e","creationTime":"\u003cstring\u003e"}]}