Skip to main content
PUT
set user

Authorizations

Authorization
string
header
required

API key must be provided in the Authorization header

Body

application/json
normalized_email
string

Normalized email address.

Example:

"user@example.com"

username
string

Username of the user.

Example:

"johndoe"

fullname
string

Full name of the user.

Example:

"John Doe"

Response

Success response

success
boolean
Example:

true

msg
string
Example:

"Operation completed successfully"