List Users
List all users with optional search and status filtering.
Requires users:view permission. Rows additionally carry the CRM rollup columns (last activity, orders, revenue, open/lost quotes, last outreach, suppression flag) when the caller also holds customer_followups:view.
Query parameters
Search by email, first name, or last name
Search by email, first name, or last name
Filter by user status
Filter by user status
Row ordering: 'joined' (created_at DESC) or a CRM-stats ordering (last_activity/revenue/orders/committed, DESC NULLS LAST). Stats orderings require the customer_followups:view permission.
Row ordering: 'joined' (created_at DESC) or a CRM-stats ordering (last_activity/revenue/orders/committed, DESC NULLS LAST). Stats orderings require the customer_followups:view permission.
Response
Successful Response
Changes
No recorded changes to this endpoint across all 1 revision of this API.