Skip to main content

Update User

Update display name, email, disable 2FA, and Activate/Deactivate a User.

Parameters

ParameterDescription
2-Factor AuthenticationCheck this to enable 2FA for the user.
EmailThe email of the user after update.
NameThe name of the user after update.
StatusChange user status.
User IDThe 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

Workflow LibraryPreview this Workflow on desktop