-
Suggestion
-
Resolution: Fixed
-
525
-
4
-
Summary
As a Confluence System Administrator I would like to be able to manage users and groups directly from REST API endpoints. Automation and scripting of user management can be made easier with REST API.
Problem statement
User and groups management is currently not possible via REST API only. Bulk operations, automation or scripting of management actions is not currently possible when using REST API. User management was previously possible with SOAP, which has been deprecated.
Suggested Resolution
Provide methods akin to what as present with SOAP that would allow Admins to manage users and groups via REST API.
Previous Ticket Description
As Confluence is popular tool used by many users, it should provide the API to add users to groups, similar to what Jira Cloud has.
- has a derivative of
-
CONFSERVER-87290 Provide a REST API to change a user's password
- Closed
-
CONFSERVER-87291 Provide a REST API to easily retrieve a list of all users including inactive ones
- Closed
-
CONFSERVER-87292 Provide a REST API to create a new user
- Closed
- relates to
-
CONFSERVER-54928 REST API - Delete/Disable/Enable Users
- Closed
-
CONFSERVER-57988 Group CRUD APIs
- Closed
-
CONFSERVER-57857 Provide the functionality to perform bulk delete for unsynced users
- Gathering Interest
- resolves
-
CONFSERVER-33899 Confluence REST API Documentation for User Management
- Closed
- mentioned in
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
Group creation works fine with a POST to /rest/api/admin/group. Oddly enough, in my code, I also specify type='group', not just the group name. Wonder if the schema has changed along the way, but it works.
Creating users seems to have found its way to 8.4.0, I'll need to take a look at that. Updating still has no method, voting for that PUT...