DM-
SV01 Server ● BMC User Manual ● Rev. 2.1
119
Figure 108: Redfish - Changing the user privilege
3.3.11.4 Change BMC User Password
Using a PATCH request, it is possible to change the password of any user. The username is placed in
the URI of the PATCH request and the new password to be set is part of the payload.
Important:
Please note that the new password must follow the rules defined as per Linux pam_cracklib,
which checks the password against dictionary words. Therefore, very simple sequences of characters
will not be accepted.
Function
Change BMC user password
Operation
PATCH
URI
https://<BMC_IP>/redfish/v1/AccountService/Accounts/<username>
Payload
{
“Password”:”<new password>”
}
Header
X-Auth-
Token: “<token>”
Expected
response
200 OK
Reply
None