Skip to main content

Create User

Create user. By default created user will not be notified with email.

Parameters

ParameterDescription
Display NameA 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 AddressThe email address for the user.
PasswordThe password of the user. If this field is empty, then password will be randomly generated.
UsernameThe 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

Workflow LibraryPreview this Workflow on desktop