Skip to main content
GET

Overview

Returns a partner-scoped list of users in reverse-chronological order (newest first). All filters are optional; omit them to list every user belonging to the partner. The list response is intentionally minimal — it does not include KYC detail. For full KYC data on a specific user, call Get User.

Headers

string
required
A valid PARTNER scope key.

Query Parameters

string
Filter by user status: "active" or "suspended".
string
Reverse-lookup by your own user_id (the partner_user_id supplied at creation). Since this pair is unique per partner, the response contains at most one user.

Response

array
Array of user objects. Each object:

Errors