Skip to main content
The End users API reads and writes the end-user records in your organization. Every request needs an organization-scoped key that holds the End-users permission. Send it as Authorization: Bearer YOUR_API_KEY. See API authentication.

Operations

The end-user record

Responses return this public shape.
string
The record ID, used in the by-ID endpoints.
string
Display name.
string
Email, normalized on write.
string
Phone, normalized on write.
string[]
Free-form tags.
string
inbound, imported, or manual.
object
Per-channel identifiers on this profile.
Per-channel consent state.
number
Creation time, milliseconds since epoch.
number
Last activity time, milliseconds since epoch.

Errors

Error responses use the shape { "error": "…", "code": "…" }.