Retrieve an organization user group

Retrieves the details of an existing organization user group.

GET/v3/organizations/{organizationId}/user-groups/{id}
JWT
organization:userGroup:read

Parameters

NameTypeInDescription
organizationId*stringpath
id*stringpathUnique identifier for the organization user group.

Responses

200 OK
{
  "id": "string",
  "createdAt": "2019-08-24T14:15:22Z",
  "updatedAt": "2019-08-24T14:15:22Z",
  "name": "string",
  "description": "string",
  "totalUsers": 0
}