McDewey

Multi-vendor documentation library · semantic search · MCP endpoint at /mcp

Page 211

↗ View in doc context
page
211
source
unity-connection/rest-api/cupi/cupi.md
chunk_id
unity-connection::rest-api::cupi::cupi::177

{ “URI”: “/vmrest/users/9375d893-c8eb-437b-90bf-7de4b1d0c3e8/credential/password” “UserObjectId”: “9375d893-c8eb-437b-90bf-7de4b1d0c3e8” “CredentialType”: “3” “Credentials” “IsPrimary”: “false” “CantChange”: “false” “DoesntExpire”: “true” “TimeChanged”: “2013-03-05 11:24:33.344” “HackCount”: “5” “Locked”: “true” “TimeLastHack”: “2013-03-11 10:23:30.581” “TimeLockout”: “2013-03-05 11:24:33.344” “Alias”: “Texoma” “CredMustChange”: “true” “CredentialPolicyObjectId”: “a97ff291-8e60-475a-b7ee-e956ae83a730” “Hacked”: “false” “ObjectId”: “3f6f1cb0-3b00-45b5-91fd-d8553737eec7” “EncryptionType”: “3” } Response Code: 200 Update Password/PIN Settings For PIN: PUT https://<Connection-server>/vmrest/users/<user-objectid>/credential/pin For Password: PUT https://<Connection-server>/vmrest/users/<user-objectid>/credential/password <Credential> <Locked>false</Locked> <DoesntExpire>true</DoesntExpire> <CredMustChange>true</CredMustChange> <CredentialPolicyObjectId>43e16996-57c6-46c4-86c0-f37d2edf0385</CredentialPolicyObjectId> </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 Unlock Password/PIN Settings A user's PIN is the password that a user must enter over the phone to sign into their mailbox to listen or send new messages by phone. To change a user's PIN you need the object ID of the user. A user's password is the web application password that is required to interact with web applications, such as the Cisco PCA or the Inbox applications. For Password: PUT https://<Connection-server>/vmrest/users/<user-objectid>/credential/password Cisco Unity Connection Provisioning Interface (CUPI) API 179 Cisco Unity Connection Provisioning Interface (CUPI) API -- User Password PIN Settings Update Password/PIN Settings