Create New Users using JIRA REST API -


I am trying to use new users with the cumin seed REST API. However, when I am checking, the post method syntax details are empty. Does anyone know the JSON syntax and REST handles to create a new user? JSON object is to use: "username": "user name", "password",

"user name @ local", "emailAddress" Html>

Comments

Popular posts from this blog

java - Can't add JTree to JPanel of a JInternalFrame -

c++ - Qt-how to convert a QByteArray to struct -

c# - How to know the number of Threads created and limit the Tasks accordingly -