Skip to content

Managing members (users)

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

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 > List members

Tallyfy’s API lets you retrieve a paginated list of all organization members via a GET request with optional filtering by name or email and sorting and the ability to include related data like groups and stats in the response.

Members > Get member

Tallyfy’s API lets admin users fetch a specific organization member’s profile by their numeric user ID through a GET request and optionally include related data like stats and groups and preferences in the response.

Members > Invite member

Tallyfy’s API lets you invite new users to your organization by sending a POST request with their email and name and role and a personal message to the /users/invite endpoint which returns the invited user’s profile with a status of “invited” until they accept.