Skip to main content
GET
List embed groups
πŸ”’ 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. Lists the embed tenant’s own groups (embed_user_groups), cursor-paginated, newest first, each with its member count. These are the groups an embed session references through tenantGroups; the implicit system:tenant:* sharing group is not included.

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).

Query Parameters

after
string | null
first
integer | null
Required range: x >= 1

Response

200 - application/json
items
object[]
required
pageInfo
object
required