User
Update user
Endpoint: PUT /v1/users/{user_id}
This endpoint update an existing user’s information. It requires the user’s unique ID (user_id) to be passed in the request path, and the updated user details must be provided in the request body.
Parameters
user_id
string
requiredThe unique ID of the user whose details need to be updated.
email
string
requiredThe updated email address of the user
first_name
string
requiredThe updated first name of the user.
last_name
string
requiredThe updated last name of the user.
metadata
object
requiredA JSON object containing any additional metadata or custom fields for the user.