About this resource
Representation of a user group
Properties
Property | Description | Type |
---|---|---|
createdOn | Gets the creation datetime in UTC time. | datetime |
id | Gets the Id of this user group. | guid |
modifiedOn | Gets the last modification datetime in UTC time. | datetime |
name | Gets the name of the user group. | string |
organizationId | Gets the organization associated with this user group. | guid |
tag | Gets the value for the Tag of this object. The value of this property should be valid Xml. This property will not be returned by default. In order to include the property in the response, add a header with the name 'select-usergroup' and the value 'Tag' to your request. | string |
Relations
Method | Name | Select-key | Resource type | Description |
---|---|---|---|---|
GET | self | Provides a link to this resource. | ||
GET | permissions | select-UserGroup: permissions | PermissionValueCollection | Gets a collection of all the Permissions that this userGroup has. Allows you to add or remove the permission of this userGroup. |
GET | modifiedby | select-UserGroup: modifiedby | User | Gets or sets the user that last modified this resource. |
GET | createdby | select-UserGroup: createdby | User | Gets or sets the user that created this resource. |