Skip to content

Managing groups

Groups in Tallyfy organize members (user IDs) and guests (email addresses) so you can assign them to tasks and processes together. The API supports full CRUD — create, list, get, update, and delete groups within your organization.

All group endpoints are scoped to your organization at https://go.tallyfy.com/api/organizations/{org_id}/groups. You’ll need the manage_groups permission to create, update, or delete groups, while listing and viewing are available to any authenticated org member.

See the individual pages below for request details and code examples.

Groups > Create group

Create a new group in your Tallyfy organization via a POST request with a name, description, and…