List Registered Users

Retrieves a list of Registered Users. By default only production users are returned; for organizations with environment matching enabled, a test access key instead returns only test users. Use is_test or include_test_users to control the result explicitly.

Authentication

AuthorizationBearer

Token-based authentication with required prefix “Bearer”

Query parameters

include_test_usersbooleanOptional

When true, return both test and production users. Ignored if is_test is provided.

is_testbooleanOptional

When true, return only test users; when false, return only production users. Overrides the access-key default.

origin_user_idstringOptional
Filter by the origin user ID of the Registered User
pageintegerOptional
A page number within the paginated result set.
page_sizeintegerOptional
Number of results to return per page.

Response

countinteger
resultslist of objects
nextstring or nullOptionalformat: "uri"
previousstring or nullOptionalformat: "uri"