Examples

GET /api/usergroups/26-usergroup22
200
{
  "admin": false,
  "created_at": "2020-11-04 14:03:24 UTC",
  "updated_at": "2020-11-04 14:03:24 UTC",
  "name": "usergroup22",
  "id": 26,
  "external_usergroups": [],
  "usergroups": [],
  "users": [],
  "roles": []
}

Params

Param name Description
location_id
optional

Set the current location context for the request

Validations:

  • Must be a Integer

organization_id
optional

Set the current organization context for the request

Validations:

  • Must be a Integer

id
required

Validations:

  • Must be an identifier, string from 1 to 128 characters containing only alphanumeric characters, space, underscore(_), hypen(-) with no leading or trailing space.