List users
Returns a paginated list of users associated with the authenticated partner. Filter by referenceId, CIP verification status, blocked status, and date range.
Authorizations
Your partner API key. Use raas_sandbox_* keys for the sandbox environment and raas_live_* keys for production.
Query Parameters
Page number (1-indexed)
x >= 11
Number of items per page
1 <= x <= 10020
Filter records created on or after this date (ISO 8601)
"2026-01-01T00:00:00.000Z"
Filter records created on or before this date (ISO 8601)
"2026-02-28T23:59:59.999Z"
Filter users by the partner reference ID assigned during link creation
"user-12345"
Filter by CIP verification status. "pending" = verification not started or in progress. "verified" = identity successfully verified. "failed" = verification failed.
pending, verified, failed "verified"
Filter by blocked status. "true" returns only blocked users, "false" returns only unblocked users.
true, false "false"
Filter by suspended status. "true" returns only suspended users, "false" returns only non-suspended users.
true, false "false"