Update a user
The id of the user.
The brand URL of the request. This is used to identify the brand.
YOUR_BRAND_URLAuth-Key is required to authenticate the request. If missing, the server will return 401 Unauthorized.
YOUR_AUTH_KEYThe presentation data transfer object for updating the user.
The username of the user.
usernameThe email address of the user.
example@jframework.ioThe nickname of the user.
exampleThe first name of the user.
JohnThe nickname of the user.
DoeThe language code of the user. The language code is composed of two parts: the language code and the country code. The language code is a lowercase two-letter code derived from ISO 639-1. The country code is an uppercase two-letter code derived from ISO 3166.
en-USThe country code of the user.
The id time zone of the user.
The primary phone number of the user. The phone number is in the E.164 format.
+1234567890The avatar of the user. The avatar is a URL of the image.
The bio is a short description of the user.
exampleThe website of the user want to update. The website is a URL of the user.
https://mywebsite.comThe request was successful.
The API result model with data.
This is the flag to indicate whether the API call is successful or not.
This is the HTTP status code. This is used to determine the status code to be returned to the client.
This is the message to be displayed to the user.
The user is not authorized to access the requested resource. The request is missing the required Auth-Key header.
The user's access was denied.
The email address already exists in the system.
API call exceeded rate limit due to too many requests.
Last updated