Users
List Users
Lists users for the authenticated partner, with optional filters.
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
A valid
PARTNER scope key.Query Parameters
Filter by user status:
"active" or "suspended".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 of user objects. Each object:
Errors
| HTTP | error | When |
|---|---|---|
| 401 | unauthorized | Missing or invalid x-api-key |
