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

Do you have Unity Connection integrated with an LDAP directory?

nope. neither CUCM and CUC are LDAP integrated for the client we are working on

the method I mentioned in the follow up post seems to work fine, at this stage I need to know if that is supported as I need to bulk change this for a 1000+ users before we integrate our app

There are three ways you can delete the user that is integrated with CUCM in a standalone configuration.
(1) Using CUCA, Users -> Select the users to be deleted and then delete.
(2) Using BAT, Import Users with mail box and save the imported csv.
Now use this csv and keep the users that you want to delete and remove the rest, and do the delete operation.
(3) Using API, delete the user as a normal connection user, it will not remove the user from CUCM.

If you are having a CORES configuration, there will be different procedure.