Skip to main content
Update user information such as email or password.
Requires a valid authentication token in the AUTH header.

Headers

AUTH
string
required
Authentication token (JWT) obtained from the /auth/login endpoint

Request Body

email
string
required
The new email address of the user
password
string
required
The new password for the account

Example Request

Example Response

Success Response

Error Responses