A collection of group assignments.
| Name | Type | Description |
|---|---|---|
| groupAssignments | array of Group assignment | Collection of group assignment. |
Example
{
"groupAssignments" : [ {
"group" : {
"guid" : "6d0c4ddb-10ae-471d-948d-df27868dcf8a",
"name" : "Sales",
"description" : "All active sales reps",
"directoryLinked" : false,
"modified" : "2017-01-01T11:04:30.45Z"
},
"indirect" : true
}, {
"group" : {
"guid" : "4e9e07fd-f2f9-4eea-94eb-85524dcecb9e",
"name" : "Marketing",
"description" : "Internal marketing department",
"directoryLinked" : true,
"modified" : "2017-01-01T11:04:30.45Z"
},
"indirect" : false
} ]
}