Code Samples > Managing groups
Tallyfy’s Groups API lets you bundle members and guests into reusable groups that can be assigned to tasks and processes through standard create/list/get/update/delete operations scoped to your organization.
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
/users/invite endpoint which returns the invited user’s profile with a status of “invited” until they accept.