Skip to main content
GET
List Users
V2 Alpha — This endpoint is part of the V2 API preview. Breaking changes may occur.

Overview

Retrieve a paginated list of user accounts belonging to the authenticated vendor. Results are automatically scoped to the vendor’s own users. Supports filtering by user type, approval status, and text search.
Vendor Token Required — This endpoint requires a vendor-scoped JWT token. Merchant tokens will receive a 403 error.

Use Cases

  • Manage team access in a vendor self-service portal
  • Audit active accounts and invitation status

Query Parameters

string
Filter by user type. One of: vendor, merchant, admin.
boolean
Filter by approval status.
Search in user email, first name, or last name (max 200 characters).
integer
Number of items to return, forward pagination (1-100).
string
Cursor for forward pagination.
integer
Number of items to return, backward pagination (1-100).
string
Cursor for backward pagination.

Response

200

Example