Update user
Updates user properties of an existing user. There is a rate limit is 1500 per minute.
Path Parameters |
---|
userId string — REQUIREDThe unique ID of the user. |
Query Parameters |
---|
bot string — REQUIREDThe unique bot ID associated with the user record. |
Request Body — REQUIRED |
---|
firstName stringThe first name of the user |
lastName stringThe last name of the user |
phone stringThe phone number of the user |
tags string[]An array of tags |
country stringThe country of the user |
emailOptIn booleanIndicates whether the user has opted in for email notifications |
Responses |
---|
400 Invalid userId provided |
404 User not found |