Skip to content

Managing guests

Guests are external users who participate in specific tasks or processes without needing 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 > Get guest

Get details for a specific guest in your Tallyfy organization by their URL-encoded email address.

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.

Guests > Delete guest

Remove a guest user from your organization using the DELETE endpoint with their email address.

Guests > Create guest

Create a new guest in your Tallyfy organization by sending a POST request with a required email address and optional details like name, phone, and company information.