Individual Identify
Endpoint
The endpoint URL uses the
analytex
environment. For EU data residency, use
analytex-eu
instead. See Environment
Settings for your specific endpoint.Headers
Header | Value | Required |
---|---|---|
Content-Type | application/json | Yes |
Authorization | Token {YOUR_API_KEY} | Yes |
X-API-Version | 2020-09-22 | Yes |
Request Body
Field | Type | Required | Description |
---|---|---|---|
user_id | string | Yes | Unique identifier for the user |
metadata | object | No | Key-value pairs describing the user |
company | object | No | Object with at least an id field for company association |
Example
Response
A successful identification returns HTTP status code 202 Accepted.The
user_id
field is required. If you include a company
object, it must
have at least an id
field.Bulk Operations
For bulk user identification and updates, see the dedicated documentation:- Bulk Identify Users - For bulk user operations