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?