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
A POST endpoint that creates organizational groups by accepting JSON data containing group name description members and guests while providing code samples in multiple programming languages and returning the newly created group details.
Groups > List groups
The GET endpoint allows retrieving organization-specific groups with their details such as IDs names descriptions logos member lists and timestamps through authenticated API requests using various programming languages.
Code Samples > Managing tasks
The API enables comprehensive task management through listing retrieving creating updating and controlling individual work units within process runs or as standalone operations.