GET /hr_api/v1/user_groups/:uuid

Return details of an existing User Group

Params

Property Required Details Location

uuid

Must be a String

URL

Examples

GET /hr_api/v1/user_groups/:uuid
200
{
  "user_group": {
    "uuid": "a63a9159-ef32-4ee5-a399-f76e0e61ffd7",
    "name": "Super Users",
    "description": "",
    "group_type": "access_role",
    "sys_admin": false,
    "configuration_scope": {
      "uuid": "1a213dd2-4eaa-4e4b-a38d-05e6e21e5d28",
      "name": "recruitment",
      "category_status": "active"
    }
  }
}