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.
Open sourceSupportFAQsDocs Home
DocumentationAPI referenceRelease notes
DocumentationAPI referenceRelease notes
  • Introduction
    • Overview
    • Authentication
  • Guides
    • Operations Manager search APIs
    • Search API
    • URL query parameters
    • Use query parameters in API requests
  • Reference
        • PATCHChange password
LogoLogo
Open sourceSupportFAQsDocs Home
ReferenceLocal Aaa

Change password

PATCH
http://localhost:3000/Local AAA/user/password
PATCH
/Local AAA/user/password
$curl -X PATCH http://localhost:3000/Local AAA/user/password \
> -H "Content-Type: application/json" \
> -u "<username>:<password>" \
> -d '{}'
1"success"
Allows a user to change their current password.
Was this page helpful?
Previous

Create a command template

Next
Built with

Authentication

AuthorizationBasic

Basic authentication of the form Basic <base64(username:password)>.

Request

request body
oldPasswordstringOptional
User's current password
newPasswordstringOptional
User's new password

Response

Result of password change

Errors

500
Internal Server Error