List embed group members
Embed Tenants
List embed group members
GET
List embed group members
🔒 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 users that belong to a group, cursor-paginated, most recently added first. Each member carries both its numeric
id and its externalId. Returns 404 if the group does not exist in this tenant.Authorizations
Token authentication. Send Authorization: Bearer <YOUR_TOKEN>.
Path Parameters
Name of the embed tenant (the embedTenantName used to generate embed sessions).
Numeric id of the group, as returned by the groups endpoints.