before export / import space between 2 confluence instance, we want to have unified username. for sure I can change through admin GUI one by one. but wondering if I can do it in a program way.
confluence doesn't have REST API for user update and also scriptrunner doesn't have relate interface.
any suggestions are welcome.
Hi Bryan,
You can write a custom plugin with the rest module for the above functionality. For the bulk change, a file with data can be sent to the rest endpoint and use the confluence api to rename the username of the user. Here are the useful links for creating a rest module and confluence user management api
Hope this helps.
Thanks,
Santwana
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.