Update User
User Endpoints
Update User
Update details of an existing user
PATCH
Update User
Update details of an existing user. Only fields provided in the request will be modified. Triggers webhook validation before updating.Documentation Index
Fetch the complete documentation index at: https://docs.replyke.com/llms.txt
Use this file to discover all available pages before exploring further.
Path Parameters
The unique ID of the user to update
Body Parameters
The body must contain an
update object with one or more of the following fieldsUpdated full name
Updated username (will be sanitized and lowercased)
URL to the user’s new avatar image
Updated user biography
User’s birthdate in ISO 8601 format
Object with
longitude and latitude propertiesCustom public metadata
Custom secure metadata (used server-side but never returned in responses)
Response
User’s unique identifier
Updated username
User’s full name
URL to user’s avatar image
User’s biography
User’s birthdate in ISO 8601 format
Custom public metadata
Array of active suspensions (if any)
Error Responses
Missing or Invalid Data - 400 Bad Request
Missing or Invalid Data - 400 Bad Request
User Not Found - 404 Not Found
User Not Found - 404 Not Found
Server Error - 500 Internal Server Error
Server Error - 500 Internal Server Error
Notes
- Requires authentication.
validateUserUpdatedwebhook is called before update.secureMetadatais accepted but never returned.suspensionsare included in the response if active.- Location must be an object with
longitudeandlatitude.

