curl
Clusters (deprecated)
Retrieve user ID
deprecated
Returns the user ID data stored in the mapping.
GET
curl
Since it can take a few seconds to get the data from the different clusters,
the response isnβt real-time.
Requires Admin API key
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.
Path Parameters
Unique identifier of the user who makes the search request.
Pattern:
^[a-zA-Z0-9 \-*.]+$Example:
"user1"
Response
OK
Unique user ID.
Cluster to which the user is assigned.
Example:
"c1-test"
Data size used by the user.
Example:
0
Number of records belonging to the user.
Example:
42
Unique identifier of the user who makes the search request.
Pattern:
^[a-zA-Z0-9 \-*.]+$Example:
"user1"
Last modified on March 23, 2026