Groups in Tallyfy help you organize members and guests for assignment to tasks and processes. Use the API to create, list, retrieve details, update, and remove groups.
Refer to the individual pages for specific request details and code examples.
Code Samples > Managing members (Users)
The API enables organizations to manage their registered users through functionalities like inviting listing updating and removing members along with their roles and profiles.
Groups > Create group
This documentation explains how to create a new group within a Tallyfy organization using a POST API endpoint that accepts group details like name and description along with optional member IDs and guest email addresses through authenticated requests in various programming languages.
Groups > Delete group
A DELETE endpoint removes organizational groups while maintaining individual member and guest accounts by requiring authentication headers and returning status codes 200 or 204 upon successful deletion.
Groups > List groups
This documentation explains how to retrieve a list of groups within a Tallyfy organization using a GET API endpoint with code examples provided in JavaScript Python Java Go C++ and C# that demonstrate the request structure including required authorization headers and optional query parameters for including additional data like group logos.