Skip to main content
GET
Get an embed group
πŸ”’ Admin only. Requires administrator privileges β€” the authenticated principal (API key, embed JWT, or any bearer token) must belong to a user with the admin role. Returns one of the embed tenant’s groups with its member count, or 404 if no such group exists in this tenant.

Authorizations

Authorization
string
header
required

Token authentication. Send Authorization: Bearer <YOUR_TOKEN>.

Path Parameters

embedTenantName
string
required

Name of the embed tenant (the embedTenantName used to generate embed sessions).

id
integer
required

Numeric id of the group, as returned by the groups endpoints.

Response

200 - application/json
id
integer
required
name
string
required
description
string | null
userCount
integer | null