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_users
When true, return both test and production users. Ignored if is_test is provided.
is_test
When true, return only test users; when false, return only production users. Overrides the access-key default.
origin_user_id
Filter by the origin user ID of the Registered User
page
A page number within the paginated result set.
page_size
Number of results to return per page.
Response
count
results
next
previous