Forums

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

401 error for creating user in jira via postman

Hareesh_ K
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
February 20, 2023

We used below API and method for user creation through postman

"url": "https://hostname/rest/api/2/user",
"httpMethod": "POST",

Request: 

{
    "name""user1",
    "password""user1",
    "emailAddress""user1@dummy.com",
    "displayName""user1",
    "applicationKeys": [
        "jira-servicedesk"
    ]
}

 

But we have received below error,

"You are not authenticated. Authentication required to perform this Operation."
Can i know what's wrong in it?
Or does not JIRA Supports user creation from thirdparty applications like saviynt, Sailpoint,OKTA....etc?

0 answers

Suggest an answer

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

Atlassian Community Events