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

Create a new user.

<Note>
  External Documentation

  To learn more, visit the [Zscaler Internet Access documentation](https://help.zscaler.com/zia/user-management#/users-post).
</Note>

## Basic Parameters

<div className="integrations-table">
  | Parameter           | Description                                                                                                                                                                                                                                                                                                                                                        |
  | ------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
  | Department Comments | Additional information about this department.                                                                                                                                                                                                                                                                                                                      |
  | Department Deleted  | Whether the department is deleted.                                                                                                                                                                                                                                                                                                                                 |
  | Department ID       | Department ID. Can be obtained by using the `List Departments` action.                                                                                                                                                                                                                                                                                             |
  | Department Name     | Department name. Can be obtained by using the `List Departments` action.                                                                                                                                                                                                                                                                                           |
  | Email               | User email consists of a user name and domain name. It does not have to be a valid email address, but it must be unique and its domain must belong to the organization.                                                                                                                                                                                            |
  | Groups              | List of Groups a user belongs to.<br />**Example:**<br /><pre><code>\[<br />  \{<br />    "id": 0,<br />    "name": "string",<br />    "idpId": 0,<br />    "comments": "string"<br />  }<br />]</code></pre><br />For more information about how to use this parameter visit [Zscaler's Documentation](https://help.zscaler.com/zia/user-management#/users-post). |
  | IDP ID              | Identity provider (IdP) ID.                                                                                                                                                                                                                                                                                                                                        |
  | Name                | User name. This appears when choosing users for policies.<br />**Note:** The name field allows values containing UTF-8 characters up to a maximum of 127 characters.                                                                                                                                                                                               |
  | Password            | User's password. Applicable only when authentication type is Hosted DB. Password strength must follow what is defined in the auth settings.                                                                                                                                                                                                                        |
</div>

## Advanced Parameters

<div className="integrations-table">
  | Parameter       | Description                                                                                                                                                                                                               |
  | --------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
  | Comments        | Additional information about this user.                                                                                                                                                                                   |
  | Temp Auth Email | Temporary Authentication Email. If you enabled one-time tokens or links, enter the email address to which the Zscaler service sends the tokens or links. If this is empty, the service sends the email to the User email. |
</div>

## Example Output

```json theme={"dark"}
{
	"id": 0,
	"name": "string",
	"email": "string",
	"groups": [
		{
			"id": 0,
			"name": "string",
			"idpId": 0,
			"comments": "string"
		}
	],
	"department": {
		"id": 0,
		"name": "string",
		"idpId": 0,
		"comments": "string",
		"deleted": false
	},
	"comments": "string",
	"tempAuthEmail": "string",
	"password": "string",
	"adminUser": false,
	"type": "SUPERADMIN"
}
```

## Workflow Library Example

[Add User with Zscaler Internet Access and Send Results Via Email](https://library.blinkops.com/workflows/add-user-with-zscaler-internet-access-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-zscaler-internet-access-and-send-results-via-email/canvas" />
</div>
