/Organizations/{organizationId}/Users/{userId}
Represents an organization user with a specified ID.
Resource URL
https://<Backup-Office365>:4443/v3/Organizations/{organizationId}/Users/{userId} |
Related Resources
Methods
The following methods are supported for the /Organizations/{organizationId}/Users/{userId} resource:
Properties
The /Organizations/{organizationId}/Users/{userId} resource has the following properties:
Property | Type | Description |
---|---|---|
Id | string | Specifies the ID of the organization user. For example, "Id": "7a619cf6-b7e1-4141-951b-960a2fca061d". |
DisplayName | string | Specifies a display name of the organization user. For example, "displayName": "support_north". |
Name | string | Specifies the name of the organization user. For example, "name": "support_north". |
IsBackedup | bool | Specifies if this organization user is backed up. For example, "isBackedup": "True". |
Type | userType | Specifies the type of the organization user:
For example, "type": "user". |
_links | Dictionary of string [key] and Object [value] | Links to related resources (navigation property). |
Resource Representation
The /Organizations/{organizationId}/Users/{userId} resource has the following representation:
{ "id": "221fecc1-95f3-4da8-8ed2-101143dc117a00000000-0000-0000-0000-000000000000", "displayName": "Mailbox Test", "name": "mailboxtest@backup.onmicrosoft.com", "type": "User", "isBackedUp": false, "_links": { "self": { "href": "https://support.east.local:4443/v3/organizations/92460656-7a85-4a04-b1af-1ea903c0bc2e/users/221fecc1-95f3-4da8-8ed2-101143dc117a00000000-0000-0000-0000-000000000000" }, "organization": { "href": "https://support.east.local:4443/v3/organizations/92460656-7a85-4a04-b1af-1ea903c0bc2e" }, "onedrives": { "href": "https://support.east.local:4443/v3/organizations/92460656-7a85-4a04-b1af-1ea903c0bc2e/users/221fecc1-95f3-4da8-8ed2-101143dc117a00000000-0000-0000-0000-000000000000/onedrives" } } }
|