GET
/
v1
/
users

Authorizations

Authorization
string
headerrequired

Authentication header of the form Bearer: <token>, where <token> is your public or private Frigade API key

Query Parameters

foreignId
string
deprecated

Deprecated. Use userId instead

userId
string
required

The 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

trackingEvents
object[]

The tracking events associated with the user