Groups
Create user groups for bulk sharing of dashboards and visuals
Groups let you share dashboards and visuals with many users at once instead of sharing individually. Two group types are available:
| Type | Scope | Members |
|---|---|---|
Organization group (ORG_GROUP) | Spans the entire organization | Users from any tenant |
Tenant group (TENANT_GROUP) | Scoped to a single tenant | Users from that tenant only |
You can add or remove up to 100 members per batch request. A group cannot be deleted while it still has shared resources — revoke all shares first.
Endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET | List groups | List accessible groups |
| POST | Create a group | Create an organization or tenant group |
| GET | Get a group | Retrieve group details and shared resource count |
| PATCH | Update a group | Update a group's name or description |
| DELETE | Delete a group | Delete a group (must have no shared resources) |
| GET | List members | List all members of a group |
| POST | Add members | Add users to a group (batch, up to 100) |
| DELETE | Remove members | Remove users from a group (batch, up to 100) |
| DELETE | Remove a member | Remove a single member by membership ID |
| GET | List shared resources | List dashboards and visuals shared with a group |