Since it can take a few seconds to get the data from the different clusters, the response isn’t real-time.
To ensure rapid updates, the user IDs index isn’t built at the same time as the mapping. Instead, it’s built every 12 hours, at the same time as the update of user ID usage. For example, if you add or move a user ID, the search will show an old value until the next time the mapping is rebuilt (every 12 hours).
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.
OK
userIDs data.
User objects that match the query.
Number of results (hits).
20
Page of search results to retrieve.
x >= 0Maximum 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 is page=0, the second is page=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 <= 1000Date and time when the object was updated, in RFC 3339 format.
"2023-07-04T12:49:15Z"