-
Suggestion
-
Resolution: Unresolved
-
None
-
8
-
Allow user to select product role(JSM- customer, JSM agent) while creating user via create user API /rest/api/3/user
[ID-8384] Allow create user API to select product role(JSM- customer, JSM-agent etc) while creating the user
Support reference count | Original: 7 | New: 8 |
Support reference count | Original: 6 | New: 7 |
Support reference count | Original: 5 | New: 6 |
Support reference count | Original: 3 | New: 5 |
Support reference count | Original: 2 | New: 3 |
Support reference count | New: 2 |
Summary | Original: Allow create user API to select product role(JSM- customer, etc) while creating the user | New: Allow create user API to select product role(JSM- customer, JSM-agent etc) while creating the user |
Description |
Original:
h3. Steps to Reproduce
# Create a user via [create user API /rest/api/3/user|https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-users/#api-rest-api-3-user-post] without passing any product in the payload # The user gets the JSM - Agent product as default access. However, from the UI, the user gets the JSM-customer product as default access h3. Expected Results Users get the JSM-customer product as default access via API h3. Actual Results Users get the JSM-agent product as default access via the API h3. Workaround Currently there is no known workaround for this behavior. A workaround will be added here when available |
New: Allow user to select product role(JSM- customer, JSM agent) while creating user via [create user API /rest/api/3/user|https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-users/#api-rest-api-3-user-post] |
This feature would be a MASSIVE help for customers not on Atlassian access. Manually inviting 10 at a time is cumbersome or doing a bulk API import then having to manually set the role per person is also time consuming. A simple parameter like
{ `"emailAddress`": `"abc@whatever.com`", `"role`": `"customer`"}$body = @"
"@
would be amazing.