id | string <uuid> Unique user identifier in UUID format.
Example: id=8f3664a8-d98a-11ef-898b-02da11e44a70 |
type | string Enum: "retail" "business" Example: type=retail |
verified | boolean Indicates if the user is verified.
Example: verified=true |
active | boolean Indicates if the user is active.
Example: active=true |
trading_active | boolean Indicates the user's trading active status.
Example: trading_active=true |
registered_after | string <date-time> Filters the users registered after a specific date. Value must be URL encoded.
Example: registered_after=2025-01-01T00%3A00%3A00%2B00%3A00 |
registered_before | string <date-time> Filters the users registered before a specific date. Value must be URL encoded.
Example: registered_before=2025-01-01T00%3A00%3A00%2B00%3A00 |
size | integer [ 1 .. 100 ] Indicates the number of results per page. Default value is 50 users per page.
Example: size=50 |
after | string Indicates the next cursor value used for pagination.
Example: after=ZGQ3MWE2NTAtZDk4YS0xMWVmLWIwMTktMDJkYTExZTQ0YTcw |