-
Suggestion
-
Resolution: Unresolved
-
None
Allow user to select product role(JSM- customer, JSM agent) while creating user via create user API /rest/api/3/user
[AX-1181] 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 |
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.