How to get an overview of all users? The API will reply with data from all users, with limited information in the response including id, email, status, and role. You can also query by status or roles parameters. How to get detailed information from a specific user(s)? Once you have the overview list with id info, use the ids parameter and add specific user id(s) separated by commas. Query the detailed info based on the customized_fields parameter, which can contain multiple fields also separated by commas (without blank). There is a limit of 5000 users (IDs) you can query at a time.
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
400Bad request — invalid parameters
401Unauthorized — invalid or missing access token
403Forbidden — insufficient scope, or the action/value/target is not allowed. See data.error for the sub-reason.