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