Represents а collection of all mailboxes of the Exchange organization.
Resource URL
The URL of the reference resource representation:
https://<Backup-Office365>:<Port>/v1/Organizations/{ID}/Mailboxes |
Related Resources
Methods
The following methods are supported for the /Organizations/{ID}/Mailboxes resource:
(GET) /Organizations/{ID}/Mailboxes
Resource Representation
The /Organizations/{ID}/Mailboxes resource has the following representation:
[ { "id": "f7a2aa8a-fb84-4444-9e98-ed04609bef45", "email": "bsommers@eastsupport.onmicrosoft.com", "name": "Bill Sommers", "isBackedup": "true", "_links": { "self": { "href": "https://support.east.local:4443/v1/Organizations/b2d9414d-c417-4a94-be3b-b38a3c2e8a7b/Mailboxes/f7a2aa8a-fb84-4444-9e98-ed04609bef45" }, "organization": { "href": "https://support.east.local:4443/v1/Organizations/b2d9414d-c417-4a94-be3b-b38a3c2e8a7b" } } }, { "id": "7b0cdcfb-40ff-44e2-b491-e80fc5cc6d26", "email": "pgraham@eastsupport.onmicrosoft.com", "name": "Paul Graham", "isBackedup": "true", "_links": { "self": { "href": "https://support.east.local:4443/v1/Organizations/b2d9414d-c417-4a94-be3b-b38a3c2e8a7b/Mailboxes/7b0cdcfb-40ff-44e2-b491-e80fc5cc6d26" }, "organization": { "href": "https://support.east.local:4443/v1/Organizations/b2d9414d-c417-4a94-be3b-b38a3c2e8a7b" } } }, { "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" } } }, ...] |