A user group defined in the system.
| Name | Type | constraints | Description |
|---|---|---|---|
| guid | string | Group GUID. | |
| name | string | Group name. | |
| description | string | Group description. | |
| directoryLinked | boolean | required boolean | Group directory-linked. True if the group is linked to groups in a company directory, false otherwise. |
| modified | string | Group modified date and time in ISO 8601 format. |
Example
{
"guid" : "6d0c4ddb-10ae-471d-948d-df27868dcf8a",
"name" : "Sales",
"description" : "All active sales reps",
"directoryLinked" : false,
"modified" : "2017-01-01T11:04:30.45Z"
}