CUC Forums

« Back to CUPI Questions

unlink CUC user from CUCM

Combination View Flat View Tree View
Threads [ Previous | Next ]
Hi,
Can you "migrate/change" users from being cucm imported users to just plain normal created CUC users?
 
We need the ability to remove the users from CUC, but that currently also removes the user from CUCM!
(haven't tried this fully through CUPI however, just looking what is possible before coding ;-)
 
cheers
Sascha

I could unlink the user by setting;
PUT
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<User>
<CcmId></CcmId>
<CcmIdType></CcmIdType>
</User>

And could then delete the mailbox from CUC, would this be supported ?

cheers
Sascha