0

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

nhaarman
  • 98,571
  • 55
  • 246
  • 278
Hoody
  • 3,361
  • 9
  • 45
  • 55

3 Answers3

1

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

Ruslan Shupoval
  • 611
  • 7
  • 7
1

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.

moraisandre
  • 117
  • 8
0

You can use the following:

IMANADMIN.NRTDatabase.DeleteUser()