For the complete documentation index, see llms.txt. This page is also available as Markdown.

Change your own password

Fails when the new password is not strong enough.

put
Authorizations
defguard_sessionstringRequired
Body
new_passwordstringRequired
old_passwordstringRequired
Responses
200

Password changed.

No content

put/api/v1/user/change_password
PUT /api/v1/user/change_password HTTP/1.1
Content-Type: application/json
Accept: */*
Content-Length: 45

{
  "new_password": "text",
  "old_password": "text"
}

No content

Last updated

Was this helpful?