Update User
Update display name, email, disable 2FA, and Activate/Deactivate a User.
Parameters
Parameter | Description |
---|---|
2-Factor Authentication | Check this to enable 2FA for the user. |
The email of the user after update. | |
Name | The name of the user after update. |
Status | Change user status. |
User ID | The ID of the user. |
Example Output
{
"id": "<user_id>",
"type": "user",
"name": "<display_name>",
"email": "<email>",
"status": "ACTIVE",
"groups": [
{
"type": "group",
"id": "<group_id>"
},
{
"type": "group",
"id": "<group_id>"
}
]
}
Workflow Library Example
Update User with Split and Send Results Via Email
Preview this Workflow on desktop