Actions
Update User
Partially update a user, passing only the fields you want to modify.
Basic Parameters
Parameter | Description |
---|---|
First Name | New first name for the user. |
ID | User ID to update. |
Password | New password for the user. |
Username | New username for the user. |
Advanced Parameters
Parameter | Description |
---|---|
New email address of 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
- twofactorenrolled: whether the user is enrolled in two-factor auth (true/false)
- twofactoroptin: 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 | New job title for the user. | | Last Name | New last name for the user. | | Notes | Any notes to attach to the user. | | Phone | New phone number for the user. |
Example Output
Workflow Library Example
Update User with Snipe It and Send Results Via Email
Preview this Workflow on desktop
Was this page helpful?