Hello, currently the REST-API is still under development and not the amount methods is still not as high as the SOAP-API provides.
Currently there is no API for REST to add users (here is the latest REST-API) but you can do it with SOAP (look here under UserManagement): void addUser(String token, User user, String password) - add a new user with the given password.
alternative you can write your own REST-API
hope this is what you were asking for :)
Hi.
Yes, you can add users throug the API. Here you have a link to the section in the documentation: https://developer.atlassian.com/display/CONFDEV/Confluence+XML-RPC+and+SOAP+APIs
There is a section for user management.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
REST is already enabled by default. For more information on the usage, see https://developer.atlassian.com/display/JIRADEV/JIRA+Remote+API+Reference
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.