List users
Returns the workspace’s user directory as a paginated list, each entry including external id, source connector and workspace, display and real name, email, title, timezone, locale, admin/bot/guest/deleted flags, profile-consent state, last-seen time, sign-in access, admin-role override, and origin (slack, teams, or email). Supports a case-insensitive q search over name/handle/email/id, page and page_size pagination (page_size clamped 1-200, default 50), and a status filter of active (default), deleted, or all. Admin only; bots are excluded and results are scoped to the caller’s own workspace.
Authorizations
Personal Access Token. Send as Authorization: Bearer hq_pat_....
Query Parameters
Case-insensitive substring over real name / handle / email / external id.
1-based page index (clamped to >= 1).
Rows per page (clamped 1..=200, default 50).
active (default, not erased), deleted (erased only), or all.
Response
Workspace user directory
Total rows matching the unread + search filter, before paging.
Unread across the whole inbox (drives the nav badge) - independent of the current page / search / sort.