Hello,
It is very tedious to add multiple users in Confluence using the GUI. Is there a Rest API or confluence API that I can use to create account?.Basically, I would iike to submit a list a users and have the accounts created
Any links or example would be helpful. I am using confluence 5.4.4
Thanks for your help
And a sample for adding user
https://confluence.atlassian.com/display/DISC/Add+a+new+user+with+a+personal+space
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Boris, Hello!
remote API contains the method "addUser"
void addUser(String token, User user, String password)
- add a new user with the given password
But I do not understand, what kind of entity is this "User"?
Could not you help me?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Have the same issue, don't understand how to pass this data with soap xml
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
is it possible to add new users with the REST API?
a POST request on "http://confluence-server/rest/api/user" is not allowed even with admin user.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Exactly! I have the same issue when I want to delete user: #<Net::HTTPMethodNotAllowed:0x00000002691d68>
Any news on it?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Are there examples of how to do this with the REST API?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.