For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
HomeGuidesAPI Reference
HomeGuidesAPI Reference
  • API Reference
        • UNARYAuthenticate
        • UNARYLogout
        • UNARYUpdatePassword
        • UNARYUpdateUsername
        • UNARYGetUserAuditInfo
        • UNARYCreateUser
        • UNARYListUsers
        • UNARYResetUserPassword
        • UNARYDeactivateUser
        • UNARYVerifyCredentials
LogoLogo
API Referenceauth.v1AuthService

UpdatePassword

||View as Markdown|
Example request
1{
2 "current_password": "example",
3 "new_password": "example"
4}
Example response
1{}
UpdatePassword changes a user's password after verifying their current password Returns an error if the current password is incorrect The user must be authenticated to use this endpoint
Built with

UpdatePasswordRequest

Request
This endpoint expects an object.
current_passwordstring
Current password for the user account Must match the user's existing password
new_passwordstring
New password for the user account

UpdatePasswordResponse

Response
This endpoint returns an object.