curl
Clusters (deprecated)
Assign or move a user ID
deprecated
Assigns or moves a user ID to a cluster.
POST
curl
The time it takes to move a user is proportional to the amount of data linked to the user ID.
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.
Headers
Unique identifier of the user who makes the search request.
Pattern:
^[a-zA-Z0-9 \-*.]+$Example:
"user1"
Body
application/json
Assign userID parameters.
Cluster name.
Example:
"c11-test"
Response
OK
Response and creation timestamp.
Date and time when the object was created, in RFC 3339 format.
Example:
"2023-07-04T12:49:15Z"
Last modified on March 23, 2026