v1

latestOpenAPI 3.0.12026-07-2696152184.1 KB
Organizations

List Users

Lists users in the organization, ordered by when they joined (newest first)

get/organizations/users

Query parameters

limitinteger

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

starting_afterstring

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

ending_beforestring

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

qstring

Free-text search over user name and email

Headers

Cartesia-Version'2026-03-01' date required
Example:2026-03-01

API version header.

Response

List Users

has_moreboolean required

Whether more results are available after this page

next_pagestring nullable

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