Groups Data Type

A collection of user groups.

Properties
Name Type Description
groups array of Group Collection of group.

Example

{
  "groups" : [ {
    "guid" : "6d0c4ddb-10ae-471d-948d-df27868dcf8a",
    "name" : "Sales",
    "description" : "All active sales reps",
    "directoryLinked" : false
  }, {
    "guid" : "4e9e07fd-f2f9-4eea-94eb-85524dcecb9e",
    "name" : "Marketing",
    "description" : "Internal marketing department",
    "directoryLinked" : true
  } ]
}