Members are registered users in your Tallyfy organization. The API refers to them as “users” — so all endpoints use /users in the path, not /members. You can invite, list, retrieve, update, remove members, and change their roles.
See the individual pages below for request details and code samples.
Code Samples > Managing groups
API endpoints let you create, list, get, update, and delete groups that organize members and guests for task and process assignment.
Members > List members
Retrieve all members in a Tallyfy organization using a GET request with optional query parameters for search, sorting, includes, and pagination.
Members > Get member
This API endpoint retrieves detailed profile information for a specific organization member by their user ID and supports optional query parameters to include related data like statistics and group memberships with code examples provided in JavaScript Python Java Go C++ and C#.
Members > Invite member
Invite a new member to your Tallyfy organization using the API by sending their email, name, role, and a personal message.