Associate traits and attributes with a user ID. Once identified, all future events with this user_id will be enriched with these attributes.
Use your SeerStack API key as a Bearer token. You can find your API key in the SeerStack Dashboard under Settings > Developer.
Your internal user ID. Use a stable identifier like a database primary key.
"user_123"
The user's email address.
The user's display name.
"Grace Hopper"
Custom attributes to associate with the user. These can be used for filtering in the dashboard.
{
"plan": "enterprise",
"team_size": 15,
"is_admin": true
}User identified successfully
Indicates whether the operation was successful.
true