Fetch User Group

Fetch a single User Group record by ID.

HTTP Request

GET/users/api/v1/groups/{id}/

Example Response

{
"id": 0,
"site": 0,
"permissions": [],
"created": "2026-09-08T14:40:49.453Z",
"modified": "2026-09-08T14:40:49.453Z",
"deleted": "2026-09-08T14:40:49.453Z",
"uuid": "770bba28-9f80-4d40-9c51-6e022364af91",
"source_ref": "string",
"name": "string",
"active": false,
"statistics": 0
}

NameDescription

id

required

integer

id of Record

Responses

200
403 You do not have permission to perform this action
404 Not found
500 Internal server error
503 This website is not active