Is it possible to delete a WorkSite
user using the API?
I have the following dlls referenced.
IManage.dll
IMANADMIN.dll
IMANEXTLib.dll
I can create a user using IMANADMIN.NRTDatabase.CreateUser()
Is it possible to delete a WorkSite
user using the API?
I have the following dlls referenced.
IManage.dll
IMANADMIN.dll
IMANEXTLib.dll
I can create a user using IMANADMIN.NRTDatabase.CreateUser()
No,
Worksite
doesn't allow delete a user.Only
rename
viaDbAdmin
(It's not possible do it usingiManage API
) to another user or disable him.