Users

Browse end users who have talked to your agents and view their conversations.

Overview

The Users page lists everyone who has talked to your agents in this workspace — who they are, when they last made contact, and which agent they spoke with.

Each user is identified by the user_id you pass when starting a conversation. See conversation initiation client data for how to set this, or the relevant guide under integrate for your platform.

Users page showing the user list and a selected user's
conversations

Users table with drill-down showing a user's conversation timeline.

Table columns

  • User ID — the external id you passed at session start.
  • Last contact — when the user last interacted (sortable).
  • Agent — the agent involved in that interaction.
  • Conversations — total conversation count (sortable).

Search and filters

Search performs an exact match on user id — enter the full id, not a partial string.

You can also filter by date range, agent, and branch (requires versioning enabled on the selected agent).

Drill-down

Click a row to open that user’s conversations in chronological order. From there you can open any individual conversation the same way as in conversation history.

API reference

List users — request parameters, response shape, and pagination.