v51

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-01105276529.8 KB
users

List all users

Retrieve a paginated list of all users in the system.

get/v1/users

Query parameters

cursorstring

Cursor for pagination (base64-encoded user ID)

Cursor for pagination (base64-encoded user ID)

limitinteger

The max number of users to return at a time.

The max number of users to return at a time.

Response

A list of users.

next_cursorstring nullable required