Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

POST /rest/api/3/user failing

Jeffrey Bistrong
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 12, 2025

I am receiving the following error when trying to add a user to jira via the API. According to atlassian documentation this should be valid: https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-users/#api-rest-api-3-user-post

 

This has been working successfully for the past 6 months with no issue

 

Error: 

{"errorMessages":["Could not create user: Failed to add user HttpErrorCode 404 - Product: jira-core not found"],"errors":{}}

 

 

Body of the POST

{
"emailAddress": "xxxxx@mycompany.com",
"products": ["jira-core", "jira-software"]
}

Monosnap Add user to JIRA - My Workspace 2025-05-12 09-52-49.png


1 answer

1 accepted

1 vote
Answer accepted
Tuncay Senturk _Snapbytes_
Community Champion
May 12, 2025

Hi @Jeffrey Bistrong 

I'm not sure but what I'd do is to test removing jira-core product and try if it works. As you may already know, Atlassian has recently deprecated jira-core as a standalone product and now it's bundled into jira-software.

So, I'd suggest using 

    "products": ["jira-software"]

instead, even though the documentation says otherwise.

 

Jeffrey Bistrong
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 12, 2025

Thanks this worked. 

Like Ueno Keishi likes this
Tuncay Senturk _Snapbytes_
Community Champion
May 13, 2025

Welcome, I'm glad it worked!

Suggest an answer

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

Atlassian Community Events