Update your user password
Use the chef-platform-auth-cli
to update your password:
chef-platform-auth-cli user-account identity change-password --body '{
"oldPassword": "<OLD_PASSWORD>",
"newPassword": "<NEW_PASSWORD>"
}' --profile <PROFILE_NAME>
Replace:
<OLD_PASSWORD>
with the old password<NEW_PASSWORD>
with the new password<PROFILE_NAME>
with the profile for the user
The output is similar to the following:
{
"code": 200,
"message": "change-password successful"
}
When you receive a successful response, log out and log back in to Chef 360 Platform to verify that the new password is applied.