Skip to main content
GET
List users
Stable since 2025-01-01 — unchanged in 2026-06-01.

Authorizations

Authorization
string
header
required

Access token from POST /auth (the data.access_token value).

x-api-key
string
header
required

API key issued by Kira. Required on every request, including /auth.

Headers

X-Api-Version
string

Optional. The date-versioned API version to apply for this request (e.g. 2026-04-14). When sent it always wins, even over your pinned account default. When omitted, the API uses your account's pinned version if set, otherwise a baseline default.

Example:

"2026-06-01"

Query Parameters

limit
integer
default:10

Maximum number of users to return (1-100).

Required range: 1 <= x <= 100
offset
integer
default:0

Number of users to skip for pagination.

Required range: x >= 0
status
enum<string>

Filter by user status.

Available options:
CREATED,
VERIFYING,
VERIFIED,
REJECTED,
REVIEW,
ACTIVE,
INACTIVE,
SUSPENDED
type
enum<string>

Filter by user type.

Available options:
individual,
business
email
string

Substring match against the user's email.

verification_status
enum<string>

Filter by verification status. Accepts the same lowercase values the response's verification_status field carries.

Available options:
unverified,
started,
in_review,
verified,
rejected,
needs_action
created_after
string<date-time>

Return users created at or after this ISO 8601 date-time.

created_before
string<date-time>

Return users created at or before this ISO 8601 date-time.

metadata
object

Stripe-style metadata filter — ?metadata[key]=value deep-object form. Each key must be 1-40 characters and must not contain [ or ]. Multiple keys are AND-ed.

include_eligibility
boolean
default:false

When true, each row also includes capabilities.requested_banks and eligible_products. Omitted (false) by default — computing eligibility for every row costs a lookup plus in-memory evaluation per subclient, so it's opt-in rather than always paid by every list caller.

Response

Success.

data
object[]
pagination
object