Add User
Create a new user.
External Documentation
To learn more, visit the Zscaler Internet Access documentation.
Basic Parameters
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. |
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. Example: [ { "id": 0, "name": "string", "idpId": 0, "comments": "string" } ] For more information about how to use this parameter visit Zscaler's Documentation. |
IDP ID | Identity provider (IdP) ID. |
Name | User name. This appears when choosing users for policies. 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. |
Advanced Parameters
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. |
Example Output
{
"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
Preview this Workflow on desktop