Sign in

Update user

documented

Update an existing user (Cloud/Enterprise). ([docs.n8n.io](https://docs.n8n.io/api/api-reference/))

PATCH /users/{user_id}Cloud/Enterprise onlyno implementation yet0 runs

Input

n8n_host*
n8n Base URL (including scheme)
https://your-n8n-host.com
user_id*
User ID
123
firstName*
First Name
John
lastName*
Last Name
Doe
email
Email
john.doe@example.com
isActive
Active (true/false)
true|false
Calls n8n as you (your API key is your account); keychains.dev holds the credentials.
Update user · n8n · OpenIntegrations