/mcpFor PIN: PUT https://<Connection-server>/vmrest/users/<user-objectid>/credential/pin <Credential> <Credentials>ciscfo1234</Credentials> </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 Update PIN PUT https://<Connection-server>/vmrest/users/<user-objectid>/credential/pin Accept: application/json Content-type: application/json Connection: keep-alive Response Body: { "Credentials":"cisco1234" } 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 Explanation of Data Fields Description Operation Data Type Field Name A flag indicating whether access to the user account associated with this set of credentials is locked. Possible values: • true • false Default value: false Read/Write Boolean Locked A flag indicating whether the user can set this credential. Possible values: • false: User can change credential • true: User cannot change credential Default Value: false Read/Write Boolean CantChange Cisco Unity Connection Provisioning Interface (CUPI) API 181 Cisco Unity Connection Provisioning Interface (CUPI) API -- User Password PIN Settings Explanation of Data Fields