Resetting the Administrative Password

You can change the administrative password for SCM through the API, using a PUT request as follows:

PUT https://<CM_Instance_IP>:16690/scm/api/v1.0/credentials
Content-Type: application/json
{
"confirm":"true",
"admin_username": "admin",
"admin_password": "<your_password>"
}
Response : 200 - admin credentials are set