Logo
Zoom Public API Documentation

List delegates on the mailbox

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

Lists the delegates on the mailbox. Managing delegate operations must be done by the mailbox owner.

Scopes: mail:read

Rate Limit Label: MEDIUM

Not supported in Gov cluster

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status OK

{ "delegates": [ { "delegateEmail": "<string>", "verificationStatus": "rejected", "delegateAccess": "dlgeditor", "accessTime": "<string>", "creationTime": "<string>" }, { "delegateEmail": "<string>", "verificationStatus": "accepted", "delegateAccess": "dlgauthor", "accessTime": "<string>", "creationTime": "<string>" } ] }



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

ENDPOINTS