List company users (roles, locations, accounts)

List every non-deleted user in the authenticated caller's company with their role, assigned locations and assigned accounts. Only partner (bundle_id=1) and account (bundle_id=3) companies may call it.

Auth

  • Partner / account company-admin — collection bearer token. In-controller gate: the caller's company bundle_id must be 1 or 3, else 403 Only Brand users are allowed.

Rate limit

  • No rate limit.

Query

FieldTypeRequiredNotes
sort_fieldstringOptionalOne of email, first_name, last_name, role.
sort_bystringOptionalASC / DESC (case-insensitive). Only applied when sort_field is present.

Behaviour

  • 200 returns a data array of users (id, email, verification/active state, name, role, locations, accounts). Not paginated — returns the full company user list.
  • 403 when the caller is not a partner/account company.

Errors: 422 on validation failure.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string
string
Responses

Language
Credentials
Bearer
JWT
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json