Members (referred to as “Users” in the API) are registered users within your Tallyfy organization. You can use the Tallyfy API to invite, list, retrieve details, update, and manage members.
Refer to the individual pages for specific request details and code examples.
Code Samples > Managing groups
API endpoints enable management of organizational groups through creating listing updating and deleting functionalities while organizing members and guests for various tasks.
Members > List members
This endpoint enables retrieval of all registered members within a Tallyfy organization by making a GET request with optional query parameters for including related group data and pagination controls.
Code Samples > Managing guests
External users can access and complete specific assigned tasks through unique links without requiring full system accounts while organizations maintain control over process visibility and data security.
Members > Invite member
This API endpoint allows organizations to send email invitations to new users by submitting their email address and optional details like name and role through a POST request which returns the invited user’s pending profile information.