Please, is there any way how to get digest credentials of a specific end user?The getUser call looked very promising, it returns digestCredentials field, but it is always empty. The same is true for password and pin fields. If these fields can n...
I'm trying to use the CUNI SOAP API to subscribe to CUC. I followed the article Parameter values in the CUNI Subscribe Web Method,made a lot of attempts, but it still gives me error <faultstring>unknown</faultstring>.The request is as follows:<?xml...
Thank you very much. I discovered that the problem was sending empty <resourceIdList/>. I found somewhere that this enables notifications for any account, but it seems that it is not supported by CUC. The SDK is also very useful.
I was able to answer also the second part.SQL queryselect * from endusergives me <passwordreverse> field, which contains encrypted value of the digest credentials. Is the encryption mechanism somewhere documented? I would like to check if my locall...
I already found answer on another thread: GetUserRes does not appear to return all informationI understand that the fields can not be returned by design, but can I at lest distinguish between "empty digest credentials" and "not empty digest credentia...