POST {{baseUrl}}/emails/mailboxes/:email/settings/delegates
Creates a delegate on the mailbox. Managing delegate operations must be done by the mailbox owner. Scopes: Rate Limit Label: Not supported in Gov cluster mail:write
LIGHT
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Content-Type
|
string | ||
Accept
|
string |
RESPONSES
status OK
{
"delegateEmail": "<string>",
"verificationStatus": "pending",
"delegateAccess": "dlgeditor",
"accessTime": "<string>",
"creationTime": "<string>"
} |
ENDPOINTS