I was wondering if there's a way to change a given user's ID/login under livelink, and if there's a way to maintain consistency with their previous level of permissions. I'd assume the appropriate methods are within MemberService, but I'm unsure of the order to use the methods, and am wary to begin sporadically altering user accounts.
My first assumption would be something like this:
I'd create a new Member Object, then, using the pre-existing memeber object as a reference, copy over the various properties (except the name). Using the Memberserivce, I'd update the new Member, then delete the old member.
However, I'm not sure how this would properly transfer permission. Would have the same ID be enough? Would this even work? any Idea on what I should do would be helpful. I'd like to have a good idea of what I'm doing before i try adding/deleting livelink members.