User n8n operations
Reference for 7 operations for the the platform n8n User resource, including field descriptions and links to the node implementation source
Manage organization users (profiles). Select User in the the platform node’s Resource field.
Return to the complete n8n resource reference to browse another resource.
| Operation | Value | Description | Source |
|---|---|---|---|
| Create | createUser | Create a new user in the organization. | View implementation |
| Deactivate | deactivateUser | Deactivate a user in the organization. | View implementation |
| Get | getUser | Get a user (profile) by ID. | View implementation |
| Invite | inviteUser | Invite a user to the organization. | View implementation |
| List | listUsers | List all users in the organization. | View implementation |
| Remove | removeUser | Remove a user from the organization. | View implementation |
| Update | updateUser | Update a user (profile). | View implementation |