Identify User
Create or update a user profile with properties like name, email, and custom attributes via HTTP POST request.
Documentation Index
Fetch the complete documentation index at: https://docs.userpilot.com/llms.txt
Use this file to discover all available pages before exploring further.
Headers
API authentication token in the format: Token {{API_KEY}}
Obtain your API key from the Userpilot Environment Settings.
Body
The unique identifier for the user. This is the ID that Userpilot uses to identify the user.
"123987"
Optional user metadata. You can add, remove, or modify any properties as needed for your use case. Note: Only string values are supported (numbers and dates should be sent as strings).
Company information. If provided, company_id is required. Additional company properties are optional metadata.
Response
Unauthorized - Invalid API key