Semaphor

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:

TypeScopeMembers
Organization group (ORG_GROUP)Spans the entire organizationUsers from any tenant
Tenant group (TENANT_GROUP)Scoped to a single tenantUsers 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

MethodEndpointDescription
GETList groupsList accessible groups
POSTCreate a groupCreate an organization or tenant group
GETGet a groupRetrieve group details and shared resource count
PATCHUpdate a groupUpdate a group's name or description
DELETEDelete a groupDelete a group (must have no shared resources)
GETList membersList all members of a group
POSTAdd membersAdd users to a group (batch, up to 100)
DELETERemove membersRemove users from a group (batch, up to 100)
DELETERemove a memberRemove a single member by membership ID
GETList shared resourcesList dashboards and visuals shared with a group

On this page