It's all about the answers!

Ask a question

RTC Problematical Removal of License for existing users not working -


A B (881811) | asked Feb 21 '13, 10:17 a.m.
 Hi Everyone,

We are trying to remove license of existing RTC users using below pasted call. However, it is not working.

licenseService.removeLicenseById(contr_wc.getUserId());

We did not get any error or waning message but licenses assigned to the user are not removed. Any help, information would be really appreciated.

One answer



permanent link
A B (881811) | answered Feb 22 '13, 2:03 a.m.
Seems like we were using using method to remove license. Following call is working successfully for us:

licenseService.unassignAllLicenses(handle);


Please feel free to reach to me if some one is looking for complete code to add/remove user license.

Your answer


Register or to post your answer.