List users

Query users connected to your bot /w sorting, filters and pagination.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Paging

If continuation token is present, that means there is more paged data. You can use this token as the continuation token in subsequent requests to page through the data.

Filtering

You can add any number of filter expressions to query your data. For example, the query parameter profession__eq=mathematician will only return users who are mathematicians. See the full list of valid filter expressions.

Sorting

Results can be sorted by using a list of columns to the order_by parameter. Use "-column" for DESC sort. For example, order_by=last_name&order_by=-age will sort by last_name ASC then by age DESC

🚧

Sorting with multiple pages

When using order_by please note that Meya doesn't guarantee ordering if there are more than 1 page of results.

No results found

If there are no users who match the query, results: [] will be returned with status code 200.

Query Params
int32
Defaults to 20

Limit the number of results per page.

order_by
array of strings

Order results. use -column for descending sort.

order_by
string

A continuation token returned from a previous response. Used for paging.

string

This is an example filter only. This is of the form field__expression Learn more

boolean
Defaults to true

Auto-decrypt sensitive data.

Headers
string
Defaults to application/json
Responses

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