/Organizations
Represents a collection of all organizations added to Veeam Backup for Microsoft Office 365.
Resource URL
https://<Backup-Office365>:4443/v3/Organizations |
Related Resources
Methods
The following methods are supported for the /Organizations resource:
Resource Representation
The /Organizations resource has the following representation:
[ { "type": "Office365", "region": "Worldwide", "isExchangeOnline": false, "isSharePointOnline": true, "sharePointOnlineSettings": { "account": "user@organization.onmicrosoft.com", "grantAdminAccess": true, "useMfa": false, "useCustomVeeamAADApplication": true }, "id": "b9898108-e785-4f8f-8f0d-b05a38880f05", "name": "organization.onmicrosoft.com", "isBackedup": false, "_links": { "self": { "href": "https://support.north.local:4443/v3/organizations/b9898108-e785-4f8f-8f0d-b05a38880f05" }, "jobs": { "href": "https://support.north.local:4443/v3/organizations/b9898108-e785-4f8f-8f0d-b05a38880f05/jobs" }, "groups": { "href": "https://support.north.local:4443/v3/organizations/b9898108-e785-4f8f-8f0d-b05a38880f05/groups" }, "users": { "href": "https://support.north.local:4443/v3/organizations/b9898108-e785-4f8f-8f0d-b05a38880f05/users" }, "sites": { "href": "https://support.north.local:4443/v3/organizations/b9898108-e785-4f8f-8f0d-b05a38880f05/sites" } }, "_actions": {} }, { "type": "OnPremises", "isSharepoint": true, "sharepointSettings": { "serverName": "support_north", "username": "Server\\Administrator", "useSSL": false, "serverPort": 5985 }, "isExchange": false, "id": "ae1a5622-7fb2-49ec-b2b2-393da59fbed2", "name": "support_north", "isBackedup": true, "firstBackuptime": "2017-06-06T15:18:22.6664413Z", "lastBackuptime": "2017-06-06T15:44:00.8634945Z", "_links": { "self": { "href": "https://support.north.local:4443/v3/organizations/ae1a5622-7fb2-49ec-b2b2-393da59fbed2" }, "jobs": { "href": "https://support.north.local:4443/v3/organizations/ae1a5622-7fb2-49ec-b2b2-393da59fbed2/jobs" }, "users": { "href": "https://support.north.local:4443/v3/organizations/ae1a5622-7fb2-49ec-b2b2-393da59fbed2/users" }, "sites": { "href": "https://support.north.local:4443/v3/organizations/ae1a5622-7fb2-49ec-b2b2-393da59fbed2/sites" } }, "_actions": {} }, ...] |