/BackupRepositories/{repositoryId}/GroupData/{id}
Represents backed up users group 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}/GroupData/{id} |
Related Resources
Methods
The following methods are supported for the /BackupRepositories/{repositoryId}/GroupData/{id} resource:
Properties
The /BackupRepositories/{repositoryId}/GroupData/{id} resource has the following properties:
Property | Type | Description |
---|---|---|
Id | string | Specifies the ID of a back up repository. For example, "id": "5a905bb5-9071-433c-9d2f-f805d4da2cf4". |
AccountId | string | Specifies the ID of a backed up users group. For example, "accountId": "5a905bb5-9071-433c-9d2f-f805d4da2cf4". |
DisplayName | string | Specifies the name of the backed up users group. For example, "name": "default group". |
string | Specifies the users group email. For example, "email": "j_smith@bestsupport.onmicrosoft.com". | |
OneDriveUrl | string | Specifies the URL for the backed up users group Microsoft OneDrive. For example, "oneDriveUrl": "https://organization.sharepoint.com/team" |
PersonalSiteUrl | string | Specifies the URL for the backed up users group Microsoft SharePoint site. 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}/GroupData/{id} resource has the following representation:
[ { "id": "organization.onmicrosoft.com:00000000-0000-0000-0000-000000000000:00000000-0000-0000-0000-0000000000007718365c-91a1-45e5-b70a-9254d79f7413:00000000-0000-0000-0000-000000000000", "accountId": "7718365c-91a1-45e5-b70a-9254d79f7413:00000000-0000-0000-0000-000000000000", "displayName": "users", "email": "user@organization.onmicrosoft.com", "organizationId": "organization.onmicrosoft.com:00000000-0000-0000-0000-000000000000:00000000-0000-0000-0000-000000000000", "oneDriveUrl": [], "personalSiteUrl": [ "https://organization.sharepoint.com/sites/users" ], "_links": { "self": { "href": "https://127.0.0.1:4443/v3/backuprepositories/459684e0-cb24e-4364-8b3c-e3aaeab4fb41/groupdata/7718365c-91a1-45e5-b70a-9254d79f7413:00000000-0000-0000-0000-000000000000" }, "organization": { "href": "https://127.0.0.1:4443/v3/backuprepositories/459684e0-cb24e-4364-8b3c-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-cb24e-4364-8b3c-e3aaeab4fb41" } } }, ...] |