Friday 15 August 2014

Create New Users using JIRA REST API -



Create New Users using JIRA REST API -

i trying create new users using jira rest api. post method syntax description empty when checking rest documentation. know json syntax , rest handle creating new users?

the json object utilize is:

{ "name":"username", "password":"****", "emailaddress":"username@local", "displayname":"user name", "notification":"false" }

jira jira-rest-api

No comments:

Post a Comment