Closed
Description
I'm getting the following error when calling client.users.createUser
using the Version3Client
:
HttpException: Request failed with status code 400
....
{
errorMessages: [ 'You must specify the products that user can access.' ],
errors: {}
}
Jira announced that they would make the products
field mandatory for the createUser endpoint a while back: https://community.atlassian.com/t5/Jira-questions/Create-User-via-API-You-must-specify-the-products/qaq-p/2729963.
There's no way to input the products field using the Version3Client
. This is the model definition for the request: https://github.com/MrRefactoring/jira.js/blob/master/src/version3/models/newUserDetails.ts.
Metadata
Metadata
Assignees
Labels
No labels