GET
/
v2
/
user-groups
/
{id}
Get a user group by ID
curl --request GET \
  --url https://coreapi-dev.us.bcpapers.ca/v2/user-groups/{id} \
  --header 'Authorization: <api-key>'
{
  "company_id": "<string>",
  "created_at": "<string>",
  "description": "<string>",
  "id": "<string>",
  "name": "<string>",
  "updated_at": "<string>"
}

Authorizations

Authorization
string
header
required

Paste the JWT token only (no "Bearer " prefix needed — the UI adds it automatically).

Path Parameters

id
string
required

Group UUID

Response

OK

company_id
string
created_at
string
description
string
id
string
name
string
updated_at
string