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.

You’ll find request details and code samples on each page below.

Members > List members

Tallyfy’s API lets you retrieve a paginated list of organization members via a GET request…

Members > Get member

Tallyfy’s API lets admin users fetch a specific organization member’s profile by their numeric…

Members > Invite member

Invite new users to your Tallyfy organization by sending a POST request with their email, name…