CUC Forums

« Back to CUPI Questions

Changing password setting for user Voice Mail

Combination View Flat View Tree View
Threads [ Previous | Next ]
Greetings expert
 
I have created a user using CUPI and am trying set the "User Cannot Change" to checked for the "Voice Mail" password. I am using the following PUT query:
 
 
PUT  [url=https://<server>/vmrest/users/<userobjectid>/credential/password]https://<server>/vmrest/users/<userobjectid>/credential/password
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
    <Credential>
        <CantChange>true</CantChange>
    </Credential>
 
But nothing happens for my Voice Mail password. I tried configuring it manually on the CUC box and did the GET query, and noticed this URL is for "Web Application" passwrod settings and not "Voice Mail" password setting.
 
However to my surprise, this did not even change the Web application password. So I have two questions:
1- What is the URL for changing Voice Mail password
2- What is the correct PUT query? What other fields I have to include?
 
Your help is truly appreciated!
Best regards
Shadan

Hi Shadan - starting with the URL, use "pin" instead of "password" to change the VM password:
 
PUT  https://<server>/vmrest/users/<userobjectid>/credential/pin
 
As for why the changes don't work, there was a problem with this in UCxn 7.1.3 that was fixed in an ES, so if you are on 7.1.3 make sure you are on the latest ES so you have the fix for that.
 
~ Matt

Thanks Matthew! In fact we are on 7.1.3. But I didnt see any ES release for 7.1.3 on the CCO. Where can I download the latest ES?
 
Best regards
Shadan