Users
Find a User
Find a user by ID
GET
/
v1
/
users
Authorizations
Authorization
string
headerrequiredAuthentication header of the form Bearer: <token>
, where <token>
is either your public or private API key. See when to use which
Query Parameters
foreignId
string
requireduserId
string
requiredThe ID of the user
Response
200 - application/json
userId
string
The ID of the user as defined in your own application
createdAt
string
The date and time the user was created
modifiedAt
string
The date and time the user was last modified
properties
string
The properties of the user
isGuest
boolean
Whether the user is a guest
email
string
The email address of the user
firstName
string
The first name of the user
lastName
string
The last name of the user
userFlowStates
object[]
The user's state in the Flows they have interacted with
trackingEvents
object[]
The tracking events associated with the user