Skip to main content

Update user

Updates user properties of an existing user. There is a rate limit is 1500 per minute.

Path Parameters
userId string REQUIRED

The unique ID of the user.

Query Parameters
bot string REQUIRED

The unique bot ID associated with the user record.

Request Body REQUIRED
firstName string

The first name of the user

lastName string

The last name of the user

phone string

The phone number of the user

tags string[]

An array of tags

country string

The country of the user

emailOptIn boolean

Indicates whether the user has opted in for email notifications

Responses
400

Invalid userId provided

404

User not found