-
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
Allow user to select product role(JSM- customer, JSM agent) while creating user via create user API /rest/api/3/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.