/BackupRepositories/{repositoryId}/BackedUpOrganizations
Represents a collection of organizations whose data is stored on a Veeam Backup for Microsoft Office 365 repository having a specified ID.
Resource URL
https://<Backup-Office365>:4443/v3/BackupRepositories/{repositoryId}/BackedUpOrganizations  | 
Related Resources
/BackupRepositories/{repositoryId}
Methods
The following methods are supported for the /BackupRepositories/{repositoryId}/BackedUpOrganizations resource:
Properties
The /BackupRepositories/{repositoryId}/BackedUpOrganizations resource has the following properties:
Property  | Type  | Description  | 
|---|---|---|
Name  | string  | Specifies the name of the backed up organization. For example, "name": "ABC Support".  | 
Id  | string  | Specifies the ID of a backed up organization. For example, "id": "5a905bb5-9071-433c-9d2f-f805d4da2cf4".  | 
UsedSpaceBytes  | ulong  | Specifies the amount of space the organization is using on the repository. For example, "usedSpaceBytes": "128479916032".  | 
Resource Representation
The /BackupRepositories/{repositoryId}/BackedUpOrganizations resource has the following representation:
[ { "name": "ABC Support", "id": "5a905bb5-9071-433c-9d2f-f805d4da2cf4", "usedSpaceBytes": "12566568", }, ...]  |