Update Local User Password V2 Using PUT
This API is used to update local user password.
Request
URI
PUT
https://{api_host}//10.155.180.238/lcm/authzn/api/v2/users/password
COPY
Request Body
passwordUpdateRequestDTO
LocalUserCredsDTO of type(s) application/json
Required
{
"password": "locker:password:<vmid>:<alias>",
"username": "admin@local"
}
string
password
Optional
Password
string
username
Optional
Local username
Responses
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
201
Created
Operation doesn't return any data structure
401
Unauthorized
Operation doesn't return any data structure
403
Forbidden
Operation doesn't return any data structure
404
Not Found
Operation doesn't return any data structure
500
Internal Server Error
Returns GenericErrorResponseDTO of type(s) application/json
{
"errorCode": "LCM_EXAMPLE_API_ERROR0000",
"errorLabel": "Example Error!",
"message": "Something went wrong!",
"recommendations": []
}
string
errorCode
Optional
errorCode
string
errorLabel
Optional
errorLabel
string
message
Optional
message
array of string
recommendations
Optional
recommendations
On This Page
Authentication User Controller Operations
POST
Create User V2 Using POST
DELETE
Delete User By Id V2 Using DELETE
GET
Get All Provider Mapped Users V2 Using GET
GET
Get User By Provider Identifier V2 Using GET
GET
Get Users By Principal Name And Domain V2 Using GET
GET
Get Users By Principal Name V2 Using GET
GET
Get Users By User Name And Domain V2 Using GET
POST
Search Vidm User Grp V2 Using POST
PUT
Update Local User Password V2 Using PUT
PATCH
Update User By Id V2 Using PATCH
PUT
Update User By Id V2 Using PUT