> ## 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.

# Add User

Add a user with optional details.

<Note>
  External Documentation

  To learn more, visit the [N-able Cove documentation](https://developer.n-able.com/n-able-cove/docs/adding-users-in-json-rpc-api).
</Note>

## Basic Parameters

<div className="integrations-table">
  | Parameter     | Description                                |
  | ------------- | ------------------------------------------ |
  | Email Address | The email address to set to the new user.  |
  | First Name    | The first name of the user.                |
  | Full Name     | The full name of the user.                 |
  | Name          | A login name for the user.                 |
  | Partner ID    | The ID of the customer to add the user to. |
  | Password      | The password for the new user.             |
  | Phone Number  | The phone number to set to the new user.   |
  | Role ID       | The ID of the role to set to the new user. |
  | Title         | The title to set to the new user.          |
</div>

## Advanced Parameters

<div className="integrations-table">
  | Parameter                        | Description                                                          |
  | -------------------------------- | -------------------------------------------------------------------- |
  | Contact Person ID                | The ID of the contact person that this user will be associated with. |
  | Feature Access                   | Select the feature access for the created user.                      |
  | ID                               | The ID number of the user.                                           |
  | Two Factor Authentication Status | The status of the two factor authentication.                         |
</div>

## Example Output

```json theme={"dark"}
{
	"id": "jsonrpc",
	"jsonrpc": "2.0",
	"result": {
		"result": 876543
	},
	"visa": "visa"
}
```

## Workflow Library Example

[Add User with N Able Cove and Send Results Via Email](https://library.blinkops.com/workflows/add-user-with-n-able-cove-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/add-user-with-n-able-cove-and-send-results-via-email/canvas" />
</div>
