Groups
Endpoints for managing groups of users within workspaces.
List Groups
Gets a paginated list of groups in the specified workspace. Members are not included in the response for performance reasons.
Create Group
Creates a new group in a workspace. Only workspace owners can perform this action.
Get Group
Gets the details of a specific group. Members are not included in the response.
Update Group
Partially updates a group. Only workspace owners can perform this action.
Delete Group
Deletes a group. Only workspace owners can perform this action. This action is irreversible and will remove all group memberships.
List Group Members
Gets a paginated list of members in the group. If user_id is provided, returns details for that specific member.
Add Group Member
Adds a user to the group. Only workspace owners can perform this action. The user must already be a member of the workspace.
Remove Group Member
Removes a user from the group. Users can remove themselves, but only workspace owners can remove other users.
Get My Group Membership
Gets the calling user's membership details in the group.