-
Bug
-
Resolution: Duplicate
-
Medium
-
1
-
Severity 2 - Major
-
Cannot create new at Confluence onDemand using REST API.
Steps to reproduce:
- generate new instance of Confluence onDemand without any additional products;
- using any tool execute REST request:
Authorization: Basic, with username/password URL: https://<instance>.atlassian.net/rest/api/2/user?expand=groups Headers: Content-Type=application/json, Accept=application/json Body: { "name":"testuser0002@mail.com", "password":"Abcd1234", "emailAddress":"testuser0002@mail.com", "displayName":"Test User0002", "notification":false }
Expected result:
- new user created
Actual result:
- response with code 503 (Service Temporarily Unavailable)
Affected versions:
- Confluence onDemand 5.9.1-OD-2015.39.1-0001
Workaround:
- add JIRA to existing instance of Confluence
- duplicates
-
ID-8627 Provide a Confluence Rest API to create a user
- Gathering Interest
[CONFCLOUD-53780] Confluence REST API does not creates a user
Workflow | Original: Confluence Workflow - Public Facing - Restricted v5 - TEMP [ 2370497 ] | New: JAC Bug Workflow v3 [ 3406358 ] |
Status | Original: Resolved [ 5 ] | New: Closed [ 6 ] |
Link | Original: This issue is related to CONFCLOUD-54893 [ CONFCLOUD-54893 ] |
Resolution | New: Duplicate [ 3 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Link | New: This issue duplicates CONFCLOUD-54893 [ CONFCLOUD-54893 ] |
Link | New: This issue is related to CONFCLOUD-54893 [ CONFCLOUD-54893 ] |
Workflow | Original: Confluence Workflow - Public Facing - Restricted v5 [ 2251345 ] | New: Confluence Workflow - Public Facing - Restricted v5 - TEMP [ 2370497 ] |
Workflow | Original: Confluence Workflow - Public Facing - Restricted v5.1 - TEMP [ 2205710 ] | New: Confluence Workflow - Public Facing - Restricted v5 [ 2251345 ] |
Workflow | Original: Confluence Workflow - Public Facing - Restricted v5 - TEMP [ 2147500 ] | New: Confluence Workflow - Public Facing - Restricted v5.1 - TEMP [ 2205710 ] |
Workflow | Original: Confluence Workflow - Public Facing - Restricted v5 [ 1908654 ] | New: Confluence Workflow - Public Facing - Restricted v5 - TEMP [ 2147500 ] |
The endpoint used is actually from JIRA REST API and this is why it does not work for Confluence.
We have a feature request open (CONFCLOUD-54893) in order to add the possibility to create Confluence users using REST API calls.