[{"label":"Latest (1.3.0)","version":"latest"}]
vrealize-suite-lifecycle-manager
Update Local User Password V2
DescriptionThis API is used to update local user password.
Request
URLURL
https://localhost:8080/lcm/authzn/api/v2/users/password
Request Body
Request Body
{
"password": "locker:password:<vmid>:<alias>",
"username": "admin@local"
}
string
password
Optional
Password
string
username
Optional
Local username
Authentication
This operation uses the following authentication methods.
Authorization
Scopes:
global
Response
Response
Response BodyResponse Body
200 OK returns
LocalUserCredsDTO
of type(s) application/json
{
"password": "locker:password:<vmid>:<alias>",
"username": "admin@local"
}
string
password
Optional
Password
string
username
Optional
Local username
Errors
401
Unauthorized
403
Forbidden
404
Not Found
Code Samples
Code Samples
cURL Command
curl -X PUT -H "Content-Type: application/json" -d '{"password":"locker:password:<vmid>:<alias>","username":"admin@local"}' https://localhost:8080/lcm/authzn/api/v2/users/password
[{"label":"Latest (1.3.0)","version":"latest"}]
vrealize-suite-lifecycle-manager
On This Page
Authentication User Controller Operations
post
delete
patch