RTC Problematical Removal of License for existing users not working -
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
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
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.