User Group

Gets details of a user group

Returns the details of the user group along with its members

Request
query Parameters
id
required
string <uuid>

unique id of the user group

Example: id=00000000-0000-0000-0000-000000000000
Responses
200

returned a user group summary

get/usergroups/get
Request samples
Response samples
application/json
{
  • "ID": "3892eb50-4697-4c72-aadc-32b766bce3c0",
  • "name": "string",
  • "displayName": "string",
  • "description": "string",
  • "createdDate": "2019-08-24T14:15:22Z",
  • "modifiedDate": "2019-08-24T14:15:22Z",
  • "createdBy": {
    },
  • "modifiedBy": {
    },
  • "members": [
    ]
}