/RestoreSessions/{restoreSessionId}/Organization
Represents an organization backup that is available for exploring and restoring during the restore session.
Resource URL
The URL of the reference resource representation:
https://<Backup-Office365>:4443/v3/RestoreSessions/{restoreSessionId}/Organization |
Related Resources
- /Organizations/{id}
- /RestoreSessions/{restoreSessionId}
- /RestoreSessions/{restoreSessionId}/Organization/Mailboxes
Methods
The following methods are supported for the /RestoreSessions/{restoreSessionId}/Organization resource:
- (GET) /RestoreSessions/{restoreSessionId}/Organization
- (POST) /RestoreSessions/{restoreSessionId}/Organization/Action
Properties
Organizations use Items to represent individual email messages, appointments, journals and other items in a mailbox. The /RestoreSessions/{restoreSessionId}/Organization resource has different properties depending on the item type.
The /RestoreSessions/{restoreSessionId}/Organization resource has the following properties:
Property | Type | Description |
Id | string | Specifies the ID of the organization, whose database is available for exploring and restoring during the restore session. For example, "id": "673b91dc-b4a7-4d49-8318-04ef47c0ac50". |
Name | string | Specifies the name of the organization, whose database is available for exploring and restoring during the restore session. For example, "name": "veeam.onmicrosoft.com". |
_links | Dictionary of string [key] and Object [value] | Links to related resources (navigation property). |
Resource Representation
The /RestoreSessions/{restoreSessionId}/Organization resource has the following representation:
{ "id": "673b91dc-b4a7-4d49-8318-04ef47c0ac50", "name": "organization.onmicrosoft.com (7/3/2017 3:00:25 PM)", "_links": { "self": { "href": "https://support.east.local:4443/v3/restoresessions/fb88be91-66b7-4353-a293-c9bc02191739/organization" }, "mailboxes": { "href": "https://support.east.local:4443/v3/restoresessions/fb88be91-66b7-4353-a293-c9bc02191739/organization/mailboxes" } }, "_actions": { "exporttoPst": { "uri": "https://support.east.local:4443/v3/restoresessions/fb88be91-66b7-4353-a293-c9bc02191739/organization/action", "method": "POST" }, "search": { "uri": "https://support.east.local:4443/v3/restoresessions/fb88be91-66b7-4353-a293-c9bc02191739/organization/action", "method": "POST" } } } |