search
, browse
, recommendation
Authorizations
Your Algolia application ID.
Your Algolia API key with the necessary permissions to make the request. Permissions are controlled through access control lists (ACL) and access restrictions. The required ACL to make a request is listed in each endpoint's reference.
Query Parameters
Filter users by start date (in RFC3339 format). Only users that were updated after the passed date will be returned.
"2024-06-27T08:27:26Z"
Filter users by end date (in RFC3339 format). Only users that were updated before the passed date will be returned.
"2024-06-28T08:27:26Z"
Filter users by matching indices. If multiple indices are passed, returned users will match all indices.
Filter users by affinity name and value. If multiple values are passed, returned users will match all values.
Limit the number of users in the response. The value of this parameter ranges from 1 to 1000.
1 <= x <= 1000
Reference for the next page, when navigating forward using pagination.
Can't be used in the same request as previousPageToken
.
Reference for the previous page, when navigating backward using pagination.
Can't be used in the same request as nextPageToken
.