Logo
Zoom Public API Documentation

Get the specified delegate on the mailbox

GET {{baseUrl}}/emails/mailboxes/:email/settings/delegates/:delegateEmail

Retrieves the specified delegate. Managing delegate operations must be done by the mailbox owner.

Scopes: mail:read

Rate Limit Label: LIGHT

Not supported in Gov cluster

 

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



Curl
curl -X GET 'https://api.zoom.us/v2/emails/mailboxes/:email/settings/delegates/:delegateEmail' -H 'Accept: application/json'

ENDPOINTS