Index users

Index users.

Log in to see full request history
Query Params
integer
json
string

Must be a valid JSON string.

string

validation.uuid.

string

Must not be greater than 255 characters.

string

Must not be greater than 255 characters.

string

Must not be greater than 255 characters.

string

Must not be greater than 255 characters.

boolean
boolean
integer
string

Must not be greater than 255 characters.

string

Specify this value to filter by user tags, use the character "," to specify multiple values. Must not be greater than 255 characters.

string

The created_at filter allows you to retrieve users based on their creation date. You can use this filter in three ways:

                1. Single Date Provided: When a single date is provided, the API will return users created on or after the specified date.

                    - Example: ?filter[created_at]=2024-07-11

                2. Date Range Provided: When two dates are provided, separated by a semicolon (;), the API will return users created between the two dates (inclusive).

                    - Example: ?filter[created_at]=2024-07-01;2024-07-11

                3. End Date Without Time: If the second date in the range does not include a time part, it will be treated as the start of the day (00:00:00), meaning users created on the end date itself will not be included.

                    - Example: ?filter[created_at]=2024-07-01;2024-07-11 (will not include users created on 2024-07-11)

.

string

Specify this value to filter from date, or use the character ";" to specify a filter between two dates.

string

Specify this value to filter by external references, use the character "," to specify multiple values.

string

You can extend external_references filter by specifying their types here, use the character "," to specify multiple values.

string
string
Response

Language
Credentials
Click Try It! to start a request and see the response here! Or choose an example:
application/json