Updates user properties
project_user_id. This endpoint allows you to modify user properties. Only the fields provided in the request will be updated.
X-Clix-Project-ID: Your project IDX-Clix-API-Key: Your Clix Secret API Key| Parameter | Type | Required | Description |
|---|---|---|---|
project_user_id | string | Yes | The unique identifier of the user to update |
| Field | Type | Required | Description |
|---|---|---|---|
properties | object | No | User properties to update as key-value pairs where values can be string, number, boolean, or null |
project_user_id is missing or invalidproject_user_id does not exist.
Returns an empty response body with 404 status code.
Project ID for authentication
API Key for authentication
The unique identifier of the user to update
User data to update
Request to update a user
User properties to update as key-value pairs
User updated successfully
Response containing the updated user properties
User properties as key-value pairs