"Either 'usernames' or 'keys' or 'accountIDs' need to be provided"

Esmerlin Paniagua June 15, 2022

I am trying this:

const users = await asociateUsers.join("&");

//accountId=5f58d00cdf83ab007d7&accountId=5f58d00cdf83ab007d7


const result = await api
.asApp()
.requestJira(route`/rest/api/3/user/bulk?${users}`, {
headers: {
Accept: "application/json",
},
});

 

Ang get this error:

 

{
"errorMessages": [
"Either 'usernames' or 'keys' or 'accountIDs' need to be provided"
],
"errors": {}
}

 

if I use this  directly route`/rest/api/3/user/bulk?accountId=5f58d00cdf83ab007d7

it works ok

 

1 answer

0 votes
Jools June 17, 2022

This works for me:

/rest/api/3/user/bulk?accountId=ACCOUNT_ID_1&accountId=ACCOUNT_ID_1

See documentation for more parameters.

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
PERMISSIONS LEVEL
Site Admin
TAGS
AUG Leaders

Atlassian Community Events