This article includes different alternatives to update the Default Configuration Admin password
The VMware Identity Manager local user, Default Configuration Admin, is locked due to an incorrect password or it is required to change the password
Day 2 actions (upgrades, inventory sync, etc) VMware Aria Suite Lifecycle fails with the error LCMVIDM70000
Validate the Default Configuration Admin username in the globalenvironment in VMware Aria Suite Lifecycle 8.x (vRealize Suite Lifecycle Manager)
This article includes different alternatives to update the Default Configuration Admin password
To reset the Default Configuration Admin password follow the next steps:
Obtain the Default Configuration Admin username id
curl -k --location --request PATCH 'https://ID1/SAAS/jersey/manager/api/scim/Users/ID4' \
--header 'Authorization: Bearer ID2' \
--header 'Content-Type: application/json' \
--data-raw '{"password":"ID5"}'
Considering:
{ "password": "ID5" }
It is required to remediate the password in Locker by following this article Remediating passwords updated outside of VMware Aria Suite Lifecycle