Groups
Page description
Last updated
Page description
Last updated
Find a group by ID.
Id of the target group
GET /rest/groups/{id} HTTP/1.1
Host:
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"id": "text",
"legacyId": 1,
"name": "text",
"description": "text",
"status": "ACTIVE",
"members": [
{
"id": "text",
"legacyId": 1,
"legacyViewAll": true,
"workspaceName": "text",
"name": "text",
"deviceUserId": "text",
"role": "ADMIN",
"status": "ACTIVE",
"createdAt": "2025-06-21T05:18:35.469Z",
"updatedAt": "2025-06-21T05:18:35.469Z"
}
],
"createdAt": "2025-06-21T05:18:35.469Z",
"updatedAt": "2025-06-21T05:18:35.469Z"
}