The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

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

Can I add a user without him having visited the JIRA server/application?

Jesper Karlsson
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 2, 2021

Hello,
My team is adding users through a custom built AMS. When it comes to JIRA, we don't seen to be able to add the user without her/him having visited the JIRA application before adding him. Is there any updates that makes this possible, solely by API? We've currently updated to 8.8.1 but can't find an easy way...

Is there a REST endpoint which is exposed for adding user to Jira?

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
mogavenasan
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 Champions.
February 3, 2021

Hi @Jesper Karlsson,

First of all, you should find a way to integrate the custom-built AMS to Jira and let the integration does the syncing automatically. 

For the REST API to create users in Jira, here you go; POST /rest/api/2/user.

Thanks,
Moga

Jesper Karlsson
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 3, 2021

Thanks Moga,

There is a label saying "Experimental". Do you think it's stable enough for production or what does come with that label? Just that it will keep on evolving/changing or is it not 100% verified?

mogavenasan
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 Champions.
February 4, 2021

Normally, the "Experimental" flag will be there if the endpoints are new. Atlassian might change the REST API if there's any major flaw(bug) in it.