I’m pretty new to the SDK/API game. I would like to change all the usernames in our system. We’re moving to a new username schema so that the username equals the e-mail address.
I’ve been looking through the documentation and can’t seem to find a way to change the username. I can change passwords and things like that but not the username.
Click this link at which point you’ll find a set of several samples that will assist you in this task - one of which is a working code sample explicitly called “Java_Enterprise_BE12_Change_User_Name”.
The manipulations regarding this portion of the API are virtually identical between .NET and Java so with a little tweaking of the sample you should be well on your way. It will probably fit into your overall architecture a bit better too.
Yeah, I looked at the .NET SDK examples and only saw ADDING and DELETING users. Nothing on modifying.
I browsing through the JSP code right now and seeing where it actually makes the change and hoping to find it’s equivalent function in .NET. However, like I said in the original post, I couldn’t find anything in the documentation.