/LicensedUsers
Represents the licensing information for the Veeam Backup for Microsoft Office 365 users.
Resource URL
https://<Backup-Office365>:4443/v3/LicensedUsers |
Related Resources
None.
Methods
The following methods are supported for the /LicensedUsers resource:
Properties
The /LicensedUsers resource has the following properties:
Property | Type | Description |
---|---|---|
Id | string | Specifies the ID of the licensed user. For example, "Id": "93089cfa-81d6-4551-8a7b-a7290868d6f9". |
Name | string | Specifies the name of the licensed user. For example, "name": "User ABC". |
IsBackedUp | bool | If set to True, indicates that this organization had already been processed by a backup job. For example, "isBackedup": "true". |
LastBackupDate | UTC | Specifies the time when this organization was processed by a backup job for the last time. For example, "lastBackuptime": "2017-11-05T17:50:35". |
LicenseState | licenseState | Specifies the current status of a users license:
For example, "licenseState": "licensed". |
OrganizationId | string | Specifies the ID of a users organization. For example, "organizationId": "feccc769-5f39-4797-8918-96df38908a90". |
BackedUpOrganizationId | string | Specifies the ID of a backed up organization. For example, "backedUpOrganizationId": "5a905bb5-9071-433c-9d2f-f805d4da2cf4". |
OrganizationName | string | Specifies the name of a backed up organization. For example, "organizationName": "organization ABC". |
_links | Dictionary of string [key] and Object [value] | Links to related resources (navigation property). |
Resource Representation
The /LicensedUsers resource has the following representation:
{ "id": "93089cfa-81d6-4551-8a7b-a7290868d6f9", "name": "User ABC", "isBackedUp": "true", "lastBackupDate": "2017-11-05T17:50:35", "licenseState": "licensed", "organizationId": "feccc769-5f39-4797-8918-96df38908a90", "backedUpOrganizationId": "5a905bb5-9071-433c-9d2f-f805d4da2cf4", "organizationName": "organization ABC", } |