Logo
Zoom Public API Documentation

Get the mailbox profile

GET {{baseUrl}}/emails/mailboxes/:email/profile

Get the mailbox profile.

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

{ "emailAddress": "<string>", "groupEmails": [ "<string>", "<string>" ], "createTime": "<integer>", "status": "inactive", "mboxSize": "<number>", "messagesTotal": "<integer>", "threadsTotal": "<integer>", "encryptionEnabled": "<boolean>", "labelEncryptionEnabled": "<boolean>", "historyId": "<string>" }



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

ENDPOINTS