Represents a collection of organization mailboxes excluded from the scope of a backup job.
Resource URL
The URL of the reference resource representation:
https://<Backup-Office365>:<Port>/v1/Jobs/{ID}/ExcludedMailboxes |
Related Resources
Methods
The following methods are supported for the /Jobs/{ID} resource:
(GET) /Jobs/{ID}/ExcludedMailboxes
Properties
The /Jobs/{ID}/ExcludedMailboxes 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, "email": "Peter Parker". |
IsBackedup | bool | If set to True, indicates that the mailbox was already 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 /Jobs/{ID}/ExcludedMailboxes resource has the following representation:
[ { "id": "479ae6aa-610b-4652-8966-5db06021903c", "email": "petep@eastsupport.onmicrosoft.com", "name": "Peter Parker", "isBackedUp": "true", "_links": { "self": { "href": "https://support.east.local:4443/v1/Organizations/7b2b1ae1-7bbb-4651-b479-bda7edc7838b/Mailboxes/479ae6aa-610b-4652-8966-5db06021903c" }, "organization": { "href": "https://support.east.local:4443/v1/Organizations/7b2b1ae1-7bbb-4651-b479-bda7edc7838b" } } }, { "id": "d38fbc9f-e856-4bc2-8ded-3e92adde2360", "email": "pgraham@eastsupport.onmicrosoft.com", "name": "Paul Graham", "isBackedUp": "true", "_links": { "self": { "href": "https://support.east.local:4443/v1/Organizations/7b2b1ae1-7bbb-4651-b479-bda7edc7838b/Mailboxes/d38fbc9f-e856-4bc2-8ded-3e92adde2360" }, "organization": { "href": "https://support.east.local:4443/v1/Organizations/7b2b1ae1-7bbb-4651-b479-bda7edc7838b" } } }, ...] |
Related Topics
Backup of Organizational Mailboxes