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.
Body
Response
OK
userIDs data.
User objects that match the query.
Number of results (hits).
20
Page of search results to retrieve.
x >= 0
Maximum number of hits per page.
Algolia uses page
and hitsPerPage
to control how search results are displayed (paginated).
hitsPerPage
: sets the number of search results (hits) displayed per page.page
: specifies the page number of the search results you want to retrieve. Page numbering starts at 0, so the first page ispage=0
, the second ispage=1
, and so on.
For example, to display 10 results per page starting from the third page, set hitsPerPage
to 10 and page
to 2.
1 <= x <= 1000
Date and time when the object was updated, in RFC 3339 format.
"2023-07-04T12:49:15Z"