Logo
Zoom Public API Documentation

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

 

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>" }



Curl
curl -X POST 'https://api.zoom.us/v2/emails/mailboxes/:email/settings/delegates' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"delegateEmail":"\u003cstring\u003e","delegateAccess":"dlgeditor"}'

ENDPOINTS