Skip to main content

Users

A user record represents a person in your workspace: an operator handling tickets, or a customer on the other side of a conversation.

Shape

last_seen and last_typed drive presence indicators. last_typed updates far more often than last_seen, so poll it only when you’re rendering a live view.

Endpoints

Example

User records hold personal data — email, phone, location, birthday. Deleting a user is a DELETE on the record; if you have retention or erasure obligations, that is the endpoint that satisfies them, and it is not reversible.
  • Messages — messages reference user_id
  • Settingsassignee_user_id and escalation targets