Represents the Exchange organization's backed up mailbox with the specified ID.
Resource URL
The URL of the reference resource representation:
https://<Backup-Office365>:<Port>/v1/RestoreSessions/{ID}/Organization/Mailboxes/{ID} |
Related Resources
/RestoreSessions/{ID}/Organization/Mailboxes
Methods
The following methods are supported for the /RestoreSessions/{ID}/Organization/Mailboxes/{ID} resource:
- (GET) /RestoreSessions/{ID}/Organization/Mailboxes/{ID}
- (POST) /RestoreSessions/{ID}/Organization/Mailboxes/{ID}/Action
Properties
The /RestoreSessions/{ID}/Organization/Mailboxes/{ID} resource has the following properties:
Property | Type | Description |
---|---|---|
Id | string | Specifies the ID of the organization's backed up mailbox. For example, "Id": "7a619cf6-b7e1-4141-951b-960a2fca061d". |
string | Specifies the e-mail address of the organization's backed up mailbox. For example, "email": "support_north@westsupport.onmicrosoft.com". | |
Name | string | Specifies the name of the organization's backed up mailbox. For example, "name": "support_north". |
IsArchive | bool | If set to True, indicates that archiving is enabled for this backed up mailbox. Archiving can be enabled or disabled in an Exchange organization. For example, "isArchive": "true". |
_links | Dictionary of string [key] and Object [value] | Links to related resources (navigation property). |
Resource Representation
The /RestoreSessions/{ID}/Organization/Mailboxes/{ID} resource has the following representation:
{ "id": "7a619cf6-b7e1-4141-951b-960a2fca061d", "name": "support_north", "email": "support_north@westsupport.onmicrosoft.com", "isArchive": "false", "_links": { "self": { "href": "https://support.east.local:4443/v1/restoresessions/8dd690ce-7dd8-4a8b-a6ec-16bdcb04dc97/organization/mailboxes/7a619cf6-b7e1-4141-951b-960a2fca061d" }, "folders": { "href": "https://support.east.local:4443/v1/restoresessions/8dd690ce-7dd8-4a8b-a6ec-16bdcb04dc97/organization/mailboxes/7a619cf6-b7e1-4141-951b-960a2fca061d/folders?parentId=null" }, "allfolders": { "href": "https://support.east.local:4443/v1/restoresessions/8dd690ce-7dd8-4a8b-a6ec-16bdcb04dc97/organization/mailboxes/7a619cf6-b7e1-4141-951b-960a2fca061d/folders" }, "items": { "href": "https://support.east.local:4443/v1/restoresessions/8dd690ce-7dd8-4a8b-a6ec-16bdcb04dc97/organization/mailboxes/7a619cf6-b7e1-4141-951b-960a2fca061d/items" } }, "_actions": { "restoretoOriginallocation": { "uri": "https://support.east.local:4443/v1/restoresessions/8dd690ce-7dd8-4a8b-a6ec-16bdcb04dc97/organization/mailboxes/7a619cf6-b7e1-4141-951b-960a2fca061d/action", "method": "POST" }, "restoreTo": { "uri": "https://support.east.local:4443/v1/restoresessions/8dd690ce-7dd8-4a8b-a6ec-16bdcb04dc97/organization/mailboxes/7a619cf6-b7e1-4141-951b-960a2fca061d/action", "method": "POST" }, "exporttoPst": { "uri": "https://support.east.local:4443/v1/restoresessions/8dd690ce-7dd8-4a8b-a6ec-16bdcb04dc97/organization/mailboxes/7a619cf6-b7e1-4141-951b-960a2fca061d/action", "method": "POST" }, "search": { "uri": "https://support.east.local:4443/v1/restoresessions/8dd690ce-7dd8-4a8b-a6ec-16bdcb04dc97/organization/mailboxes/7a619cf6-b7e1-4141-951b-960a2fca061d/action", "method": "POST" } } } |