Question

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

Was it helpful?

Solution

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.

OTHER TIPS

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

You can use the following:

IMANADMIN.NRTDatabase.DeleteUser()

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top