Skip to content

Managing guests

Guests are external users who participate in specific tasks or processes. They don’t need a full member account. You can use the API to create, list, retrieve, update, and delete guests. Guest endpoints use the guest’s email address (URL-encoded) as the identifier in the path, not a numeric ID.

All endpoints are scoped to your organization at https://go.tallyfy.com/api/organizations/{org_id}/guests.

Guests > Delete guest

Tallyfy’s DELETE endpoint at /organizations/[org_id]/guests/[guest_email] removes a guest by…

Guests > List guests

Retrieve a paginated list of guest users in your organization. You’ll get detailed profiles with…

Guests > Create guest

Tallyfy’s API lets you add external guests to your organization via a POST request with just an…