Resources | node | oam | localAuth | users | changePassword

changePassword

Change the password of the current user account.

Input Params

NameMandatoryDefaultDescription
oldPasswordM The current password of the user.
newPasswordM The new password that needs to be set.

Output Params

NameDescription
result
reason
RESTCONF API: POST Example

curl -kisu 'admin:secret' -X POST -H 'Content-Type: application/yang-data+xml' https://{SBX-SERVER}/restconf/operations/sonusNodeList:node={nodeName}/sonusNodeListOrca:oam/sonusNodeListAaa:localAuth/users/changePassword --data '
<changePassword>
     <oldPassword>{oldPassword}</oldPassword>
     <newPassword>{newPassword}</newPassword>
</changePassword>
'

  • No labels