Creates a new user with the specified project_user_id
project_user_id. This endpoint allows you to register users in your project and optionally set their properties.
X-Clix-Project-ID: Your project IDX-Clix-API-Key: Your Clix Secret API Key| Field | Type | Required | Description |
|---|---|---|---|
project_user_id | string | Yes | Unique identifier for the user in your project |
properties | object | No | User properties as key-value pairs where values can be string, number, boolean, or null |
project_user_id is missing or invalidproject_user_id must be unique within your projectproject_user_id already exists, this endpoint will update the existing user’s propertiesProject ID for authentication
API Key for authentication
User data to create
User created successfully
Response containing the created user properties
User properties as key-value pairs