Users API
Update user
Updates a user’s information including phone number, email address, and metadata. All fields are optional - only provided fields will be updated.
PATCH
Update user
Authorizations
The API key required for accessing protected routes. It should be included in the request headers as x-api-key
.
Path Parameters
The unique identifier of the user to update.
Body
application/json
Response
200
application/json
Successfully updated user.
A user account within the application system, containing profile information and activity tracking.
Previous
Batch update usersUpdates multiple users in a single request. Users can be provided either as an array of user objects or as a CSV string. The CSV should have headers for email (required), phone (optional), and metadata (optional). If metadata is provided in the CSV, it should be a valid JSON string.
Next
Update user