Hello,
According to the documentation additional properties can be given for the create user rest API call. When executing a POST request with the values shown in the code block below it does not seem to respect the groups object however. It creates the user with the default group 'all-customer'
https:///jira.domain.com/rest/api/2/user application.json body:
{
"name": "api.testuser",
"emailAddress": "api.testuser@domain.com",
"displayName": "Api Testuser",
"groups": {
"size": 1,
"items": [
{
"name": "all-custom",
}
]
}
}
Is it possible that I am missing certain properties for the groups object? Or is it not possible to accomplish this in a single API call?
Thanks for the post @Kevin DF - Have you found useor a workaround for this? Thank you
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.