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