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