Find a user by ID
Authentication header of the form Bearer: <token>, where <token> is either your public or private API key. See when to use which
The user was successfully found
The ID of the user as defined in your own application
"d34daa11-3745-4ac0-880e-d4b4d51fe13f"
The date and time the user was created
"2024-01-01T00:00:00Z"
The date and time the user was last modified
"2024-01-01T00:00:00Z"
The properties of the user
{
"email": "[email protected]",
"firstName": "John",
"lastName": "Doe",
"imageUrl": "https://example.com/john-doe.jpg"
}Whether the user is a guest
false
The email address of the user
The first name of the user
"John"
The last name of the user
"Doe"
The user's state in the Flows they have interacted with
The tracking events associated with the user
[
{
"event": "SignedUp",
"properties": {
"source": "landing-page",
"campaign": "summer-sale"
},
"createdAt": "2024-01-01T00:00:00Z"
}
]