Skip to main content

Add User

Create a new user.

External Documentation

To learn more, visit the Zscaler Internet Access documentation.

Basic Parameters

ParameterDescription
Department CommentsAdditional information about this department.
Department DeletedWhether the department is deleted.
Department IDDepartment ID. Can be obtained by using the List Departments action.
Department NameDepartment name. Can be obtained by using the List Departments action.
EmailUser 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.
GroupsList 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 IDIdentity provider (IdP) ID.
NameUser 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.
PasswordUser's password. Applicable only when authentication type is Hosted DB. Password strength must follow what is defined in the auth settings.

Advanced Parameters

ParameterDescription
CommentsAdditional information about this user.
Temp Auth EmailTemporary 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

Workflow LibraryPreview this Workflow on desktop