For the complete documentation index, see llms.txt. This page is also available as Markdown.

Users

Every person in your project directory.

A user (contact) is a person in your project's membership directory, with one or more linked logins (identities), a profile, roles, and a lifecycle (invited β†’ verified β†’ active β†’ blocked/deleted).

Membership β†’ Users.

What you can do here

The list shows every person with their Display Name, Primary Email, Primary Phone, Lifecycle, and Created date. Add New opens the create screen, where you invite a user by email, create a login directly (email, username, or phone based), or register a service user with an API key for server-to-server access.

Opening a person shows the detail screen: their profile, assigned roles, marketing preferences, and the logins they authenticate with. Login-level actions β€” block / unblock, verify, delete β€” live on the login form.

Merging duplicate contacts and managing identities (adding, promoting, removing email addresses or phone numbers) is done from code β€” see the SDK reference below.

Use it from code

Membership β†’ Users β€” 36 methods, from inviteUser to mergeContacts.

API reference

Endpoints: Membership β†’ Users.

Last updated