Create User
Create user. By default created user will not be notified with email.
Parameters
Parameter | Description |
---|---|
Display Name | A suggested display name for the user. If the user has an Atlassian account, their display name is not changed. If the user does not have an Atlassian account, this display name is used as a suggestion for creating an account. The user is sent an email asking them to set their display name and privacy preferences. |
Email Address | The email address for the user. |
Password | The password of the user. If this field is empty, then password will be randomly generated. |
Username | The username for the user. |
Example Output
{
"self": "http://www.example.com/jirahttp://www.example.com/jira/rest/api/2/user/charlie",
"key": "charlie",
"name": "charlie",
"emailAddress": "charlie@atlassian.com",
"displayName": "Charlie of Atlassian"
}
Workflow Library Example
Create User with Jira Data Center and Send Results Via Email
Preview this Workflow on desktop