curl --request POST \ --url 'https://Domain.atlassian.net/rest/api/3/user' \ --header 'Accept: application/json' \ --header 'Content-Type: application/json' \ --user 'emailID:API_token' \ --data '{ "name": "charlie", "password": "abracadabra", "emailAddress": "email_ID_For_new_user", "displayName": "charlie", }'
I am trying to create a user through Rest API, but getting errors
error 01:
https://docs.atlassian.com/software/jira/docs/api/REST/7.6.1/#api/2/user-createUser
any solution?
It is strongly recommended to refer to the following document for the user creation Atlassian Guard/Access:
The REST API document you refer to is for Jira DC 7.6.1 and NOT applicable for Jira Cloud.
Thank you.
Thanks, this is helpful
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Join us June 26, 11am PT for a webinar with Atlassian Champion Robert Hean & Loom’s Brittany Soinski. Hear tips, stories, and get your burning questions answered. Learn how Loom makes training and enablement easier. Don’t miss it!
Register todayOnline forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.