Represents the Exchange organization's mailbox with the specified ID.
Resource URL
The URL of the reference resource representation:
https://<Backup-Office365>:<Port>/v1/Organizations/{ID}/Mailboxes/{ID} |
Related Resources
Methods
The following methods are supported for the /Organizations/{ID}/Mailboxes/{ID} resource:
(GET) /Organizations/{ID}/Mailboxes/{ID}
Properties
The /Organizations/{ID}/Mailboxes/{ID} resource has the following properties:
Property | Type | Description |
---|---|---|
Id | string | Specifies the ID of the organization mailbox. For example, "Id": "164db76c-8e1b-49f2-91e1-d978510dec0d". |
string | Specifies the e-mail address of the mailbox. For example, "email": "petep@eastsupport.onmicrosoft.com". | |
Name | string | Specifies the name of the mailbox. For example, "name": "Peter Parker". |
IsBackedup | bool | If set to True, indicates that the mailbox had already been processed by a backup job. For example, "isBackedup": "true". |
_links | Dictionary of string [key] and Object [value] | Links to related resources (navigation property). |
Resource Representation
The /Organizations/{ID}/Mailboxes resource has the following representation:
{ "id": "4a019818-3659-44c7-8914-b91c90ded5c7", "email": "smunez@eastsupport.onmicrosoft.com", "name": "Santiago Munez", "isBackedup": "true", "_links": { "self": { "href": "https://support.east.local:4443/v1/Organizations/b2d9414d-c417-4a94-be3b-b38a3c2e8a7b/Mailboxes/4a019818-3659-44c7-8914-b91c90ded5c7" }, "organization": { "href": "https://support.east.local:4443/v1/Organizations/b2d9414d-c417-4a94-be3b-b38a3c2e8a7b" } } } |