/BackupRepositories/{repositoryId}/UserData/{id}
Represents backed up user data having a specified ID which is stored on a Veeam Backup for Microsoft Office 365 repository having a specified ID.
Resource URL
https://<Backup-Office365>:4443/v3/BackupRepositories/{repositoryId}/UserData/{id} |
Related Resources
Methods
The following methods are supported for the /BackupRepositories/{repositoryId}/UserData/{id} resource:
Properties
The /BackupRepositories/{repositoryId}/UserData/{id} resource has the following properties:
Property | Type | Description |
---|---|---|
Id | string | Specifies the ID of a backed up organization. For example, "id": "5a905bb5-9071-433c-9d2f-f805d4da2cf4". |
AccountId | string | Specifies the ID of a backed up user. For example, "accountId": "5a905bb5-9071-433c-9d2f-f805d4da2cf4". |
DisplayName | string | Specifies the name of the backed up user. For example, "name": "default user". |
string | Specifies the email of the specified user. For example, "email": "j_smith@bestsupport.onmicrosoft.com". | |
OneDriveUrl | string | Specifies the URL for the backed up users Microsoft OneDrive components. For example, "oneDriveUrl": "https://j_smith.sharepoint.com/personal/Documents" |
PersonalSiteUrl | string | Specifies the URL for the backed up users Microsoft SharePoint sites. For example, "personalSiteUrl": "https://j_smith.sharepoint.com/personal/Documents" |
OrganizationId | string | Specifies the ID of a backed up organization. For example, "id": "5a905bb5-9071-433c-9d2f-f805d4da2cf4". |
Resource Representation
The /BackupRepositories/{repositoryId}/UserData/{id} resource has the following representation:
[ { "isMailboxBackedUp": true, "isOneDriveBackedUp": true, "isArchiveBackedUp": false, "isPersonalSiteBackedUp": true, "accountType": "User", "archiveName": "", "id": "organization.onmicrosoft.com:00000000-0000-0000-0000-000000000000:00000000-0000-0000-0000-0000000000005c46c152-61b8-4d6c-9746-648aea7eccec:00000000-0000-0000-0000-000000000000", "accountId": "5c46c152-61b8-4d6c-9746-648aea7eccec:00000000-0000-0000-0000-000000000000", "displayName": "…", "email": "user@organization.onmicrosoft.com", "organizationId": "organization.onmicrosoft.com:00000000-0000-0000-0000-000000000000:00000000-0000-0000-0000-000000000000", "oneDriveUrl": [ "https://organization-my.sharepoint.com/personal/..._organization_onmicrosoft_com/Documents" ], "personalSiteUrl": [ "https://organization-my.sharepoint.com/personal/..._organization_onmicrosoft_com" ], "_links": { "self": { "href": "https://127.0.0.1:4443/v3/backuprepositories/459684e0-ca4e-4164-8c3c-e3aaeab4fb41/userdata/5c46c152-61b8-4d6c-9746-648aea7eccec:00000000-0000-0000-0000-000000000000" }, "organization": { "href": "https://127.0.0.1:4443/v3/backuprepositories/459684e0-ca4e-4164-8c3c-e3aaeab4fb41/organizationdata/organization.onmicrosoft.com:00000000-0000-0000-0000-000000000000:00000000-0000-0000-0000-000000000000" }, "backupRepository": { "href": "https://127.0.0.1:4443/v3/backuprepositories/459684e0-ca4e-4164-8c3c-e3aaeab4fb41" } } }, ...] |