Skip to main content
GET
List Users

Authorizations

Authorization
string
header
default:$CARTESIA_ADMIN_API_KEY
required

Cartesia admin API key (sk_car_admin_...). Get one at play.cartesia.ai/keys/admin.

Headers

Cartesia-Version
enum<string>
default:2026-03-01
required

API version header.

Available options:
2026-03-01
Example:

"2026-03-01"

Query Parameters

limit
integer
default:20

The maximum number of items to return. Defaults to 20; values above 100 are capped at 100.

Required range: 1 <= x <= 100
starting_after
string

An opaque pagination cursor from next_page. Pass it back to fetch the next page. Cannot be combined with ending_before.

ending_before
string

An opaque pagination cursor from next_page. Pass it back to fetch the previous page. Cannot be combined with starting_after.

q
string

Free-text search over user name and email

Response

List Users

data
OrganizationUser · object[]
required

The requested page of results

has_more
boolean
required

Whether more results are available after this page

next_page
string | null

An ID that can be passed as starting_after or ending_before to get the next page of data