Identifies a user with optional properties for analytics tracking.
HTTP Basic Authentication using your Tiger Cloud public key and secret key.
Format: Authorization: Basic <base64(public_key:secret_key)>
Example:
curl -X GET "https://console.cloud.timescale.com/public/api/v1/projects/{project_id}/services" \
-H "Authorization: Basic $(echo -n 'your_public_key:your_secret_key' | base64)"Optional map of arbitrary properties associated with the user
{
"email": "user@example.com",
"name": "John Doe"
}Analytics action completed successfully.
Status of the analytics operation
"success"