admin-users

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.

get/api/v1/admin/users/

Query parameters

searchstring nullable

Search by email, first name, or last name

Search by email, first name, or last name

statusstring nullable

Filter by user status

Filter by user status

sortstring

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.

offsetinteger
limitinteger

Response

Successful Response

totalinteger required
offsetinteger required
limitinteger required
has_moreboolean required

Changes

No recorded changes to this endpoint across all 1 revision of this API.