Groups
Get all groups
Get a list of all groups.
Create group
Create a new group with the provided details.
Get group
Get a group by its unique identifier.
Delete group
Delete a group by its ID.
Update group
Update an existing group with the provided details.
Delete groups
Delete multiple groups based on the provided list of group IDs.
Get group members
Get the members of a group specified by the provided group ID.
Update group members
Update the members of a group based on the provided list of user IDs.
Get group members not yet added
Retrieves a paginated list of organization members (users) who are NOT yet members of the specified group. Supports search and pagination for infinite-scroll dropdowns.