UserGroupModel
A user group associated with a subscription.
Properties
Name | Description | Additional information |
---|---|---|
Name | SAM name of the user group (i.e. "DOMAIN\group"). |
Type: String |
Sid | SID of the user group. |
Type: String |
PrimaryDeliveryGroup | The delivery group in the user group's primary datacenter hosting the user sessions. |
Type: ReferenceModel |
BackupDeliveryGroup | The delivery group in the user group's backup datacenter hosting the user sessions. If the user group does not have a backup datacenter, or there is no capacity allocated to the user's backup datacenter, this property will not be set. |
Type: ReferenceModel |
Sample
application/json
Sample:
{ "Name": "DOMAIN\\group", "Sid": "S-1-5-21-1180699209-877415012-3182924384-1004", "PrimaryDeliveryGroup": { "Href": "[api:DeliveryGroups(c004375e-a96d-4368-96ba-c80702d7e80f)]", "Name": "dg1", "Id": "c004375e-a96d-4368-96ba-c80702d7e80f" } }