Skip to main content
PUT
/
users
/
current
/
password
Update Current User Password
curl --request PUT \
  --url https://api.example.com/users/current/password \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

new_password
string<password>
required

Response

Successful Response