/mcpFor PIN: PUT https://<Connection-server>/vmrest/users/<user-objectid>/credential/pin <Credential> <HackCount>0</HackCount> <TimeHacked></TimeHacked> </Credential> The following is the response from the above PUT request and the actual response will depend upon the information given by you: Response Code: 204 JSON Example: To Unlock Password: PUT https://<Connection-server>/vmrest/users/<user-objectid>/credential/password Accept: application/json Content-type: application/json Connection: keep-alive Response Body: { "HackCount":"0", "TimeHacked":"" } The following is the response from the above PUT request and the actual response will depend upon the information given by you: Response Code: 204 To Unlock Password PUT https://<Connection-server>/vmrest/users/<user-objectid>/credential/password Accept: application/json Content-type: application/json Connection: keep-alive Response Body: { "HackCount":"0", "TimeHacked":"" } The following is the response from the above PUT request and the actual response will depend upon the information given by you: Response Code: 204 Change Password/PIN For Password: PUT https://<Connection-server>/vmrest/users/<user-objectid>/credential/password Cisco Unity Connection Provisioning Interface (CUPI) API 180 Cisco Unity Connection Provisioning Interface (CUPI) API -- User Password PIN Settings To Unlock Password