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

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;delegateEmail&quot;:&quot;\u003cstring\u003e&quot;,&quot;verificationStatus&quot;:&quot;pending&quot;,&quot;delegateAccess&quot;:&quot;dlgeditor&quot;,&quot;accessTime&quot;:&quot;\u003cstring\u003e&quot;,&quot;creationTime&quot;:&quot;\u003cstring\u003e&quot;}