what is your version of Livelink Server ? LAPI is in a deprecated state and what client programming language do you intend to use
If you are new to LAPI see my postings here also I would advise you to just use WSAPI or CWS as they call it
If you are going to do this with LAPI these are the things you will run into
1)A very hard time finding the LAPI SDK these are the references that your code java or .net has to reference
2)In compatibility of lapi,VJ++ redistributable on many 64 bit things
3)LAPI gives everything IN/OUT as LLValue you will have to figure out its type and how to use it
A long time back
when LAPI was active I had staged plenty of lapi code one of them was a bulk create user,all it would take is to change the call to a delete.
If you have Web Reports in your anvil this is next to trivial.
I just saw the Version in 10 LAPI will still work so here's how I would do it if WR was not there
1)Create a CSV file of all the userID's that you wish to delete.Note when you delete a user wherever this user was showing up in user and groups will show it as deleted I think,also his personal workspace may have to be cleaned.
2)In some C# or Java file throw the lapi references and see if you can get to livelink see examples
3)Take one username or userid of your csv and see using lapi you can find the user record.
4)Delete that user using a lapi method(intellisense will show you what you have to use)
5)If one delete is successful read the csv in a loop(google plenty of examples)
Here's an
awesome WSAPI code to do member stuff
Well, if I called the wrong number, why did you answer the phone?
James Thurber, New Yorker cartoon caption, June 5, 1937
Certified OT Developer,Livelink ECM Champion 2008,Livelink ECM Champion 2010