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

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| 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. |
{
"id": "<string>",
"type": "<string>",
"name": "<string>",
"email": "<string>",
"status": "<string>",
"2fa": false,
"groups": [
{
"id": "<string>",
"type": "<string>"
}
]
}
Was this page helpful?