POST
/
v1
/
public
/
users

This endpoint allows you to upsert new or existing Users. If the user already exists, it will be updated with the new data. Any property left unchanged will not be modified. Changes to tracking events are append-only.

Authorizations

Authorization
string
headerrequired

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

Body

application/json
userId
string
required

The ID of the user as defined in your own application

properties
object

Optional properties to add to the user

bootstrapFlowStates
object[]

Optional tracking events to add to the user