> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Create User

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

## Parameters

<div className="integrations-table">
  | Parameter     | Description                                                                                                                                                                                                                                                                                                                                      |
  | ------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
  | Display Name  | A suggested display name for the user.<br /><br />If the user has an Atlassian account, their display name is not changed.<br />If the user does not have an Atlassian account, this display name is used as a suggestion for creating an account.<br />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.                                                                                                                                                                                                                                                                                                                       |
</div>

## Example Output

```json theme={"dark"}
{
	"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](https://library.blinkops.com/workflows/create-user-with-jira-data-center-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/create-user-with-jira-data-center-and-send-results-via-email/canvas" />
</div>
