ZendeskZendesk / Create or update an user

appKey: zendesk
actionKey: create-user

Action Inputs

The following parameters are available when configuring this action:
name
Name
The user's name.
string
details
Details
Any details you want to store about the user, such as an address.
string | undefined
email
Email
The user's primary email address. Note: Writeable on create only. On update, a secondary email is added.
string | undefined
externalId
External ID
A unique identifier from another system. The API treats the id as case insensitive. E.g.,: "ian1" and "IAN1" are the same value.
string | undefined
notes
Notes
Any notes you want to store about the user.
string | undefined
organizationId
Organization Id
The id of the organization the user is associated with.
string | undefined
phone
Phone
The user's primary phone number.
string | undefined
role
Role
The user's role. Possible values are end-user, agent, and admin.
string | undefined
verified
Verified
Should we send a verification email?
If true, any of the user's identities is verified.
boolean | undefined