Delete user profile

600 Views Asked by At

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()

3

There are 3 best solutions below

0
On BEST ANSWER

No, Worksite doesn't allow delete a user.

Only rename via DbAdmin (It's not possible do it using iManage API) to another user or disable him.

3
On

You can use the following:

IMANADMIN.NRTDatabase.DeleteUser()

0
On

As far as I know it isn't possible to do via API You may only forbid user to log in.