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>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.zayo.com/llms.txt

Use this file to discover all available pages before exploring further.

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
write-only

Response

Successful Response