v3

latestOpenAPI 3.0.32026-07-31135300306.1 KB
users

Search for users by a given filter

Currently, the following fields are filterable for users:

  • email. Allowed operators: equals, in, not_in

Rate limit: 20 requests per minute

post/users/search

Request body

cursorstring

The cursor to use for pagination.

limitinteger

The number of users to fetch. Defaults to 100. Must be greater than 0 and less than 1000.

Response

request_idstring

The request ID for tracking.