/Organizations/{organizationId}/Groups/{groupId}
Represents an organization group with a specified ID.
Resource URL
https://<Backup-Office365>:4443/v3/Organizations/{organizationId}/Groups/{groupId} |
Related Resources
Methods
The following methods are supported for the /Organizations/{organizationId}/Groups/{groupId} resource:
Properties
The /Organizations/{organizationId}/Groups/{groupId} resource has the following properties:
Property | Type | Description |
---|---|---|
Id | string | Specifies the ID of the organization group. For example, "Id": "7a619cf6-b7e1-4141-951b-960a2fca061d". |
Name | string | Specifies the name of the organization group. For example, "name": "support_north". |
DisplayName | string | Specifies the displayed name of the organization group. For example, "displayName": "support_north". |
IsBackedup | bool | Specifies if this organization group is backed up. For example, "isBackedup": "True". |
ManagedBy | string | Specifies, which person manages this organization group. For example, "managedBy": "Troy Baker". |
Site | string | Specifies a URL path to the organization site. For example, "site": "/sites/test". |
Type | groupType | Specifies the type of an organization group:
For example, "type": "office365" |
LocationType | grouplocationType | Specifies the type of an organization group location:
For example, "locationType": "onpremises"" |
_links | Dictionary of string [key] and Object [value] | Links to related resources (navigation property). |
Resource Representation
The /Organizations/{organizationId}/Groups/{groupId} resource has the following representation:
{ "id": "16f8226c-9531-4ed2-9b87-856f7c76a42600000000-0000-0000-0000-000000000000", "displayName": "Site", "name": "Site@backup.onmicrosoft.com", "managedBy": "kate.rourke", "site": "https://backup.sharepoint.com/sites/Site", "type": "Office365", "locationType": "Cloud", "isBackedup": false, "_links": { "self": { "href": "https://support.east.local:4443/v3/organizations/92460656-7a85-4a04-b1af-1ea903c0bc2e/groups/16f8226c-9531-4ed2-9b87-856f7c76a42600000000-0000-0000-0000-000000000000" }, "organization": { "href": "https://support.east.local:4443/v3/organizations/92460656-7a85-4a04-b1af-1ea903c0bc2e" } } }
|