GET {{baseUrl}}/emails/mailboxes/:email/profile
Get the mailbox profile. Scopes: Rate Limit Label: Not supported in Gov cluster mail:read
LIGHT
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>"
} |
ENDPOINTS