Actions
Create User
Create a new user.
Basic Parameters
Parameter | Description |
---|---|
First Name | The first name of the user. |
Password | The user’s initial password. |
Username | The user’s username. |
Advanced Parameters
Parameter | Description |
---|---|
Email address for the user. | |
Extra Fields | Any additional fields to add to the user.Can be one of: - permissions: which permissions the user should have - activated: whether the user’s account is activated (true/false) - manager_id: the ID of the user’s manager - employee_num: which number of employee the user is - company_id: the ID of the company the user belongs to - two_factor_enrolled: whether the user is enrolled in two-factor auth (true/false) - two_factor_optin: whether the user should have the option to enroll in two-factor auth (true/false) - department_id: the ID of the department the user belongs to - location_id: the ID of the location the user works in - remote: whether the user works remotely (true/false) - groups: ID of the group or groups the user should be associated with. Can be a single ID number of an array like [1,2,3] |
Job Title | The user’s job title. |
Last Name | The user’s last name. |
Notes | Any additional notes to attach to the user. |
Phone | The user’s phone number. |
Example Output
Workflow Library Example
Create User with Snipe It and Send Results Via Email
Preview this Workflow on desktop
Was this page helpful?