Update User in Zendesk
n8n-nodes-base.httpRequest
Updates an existing user's information in Zendesk by user ID.
Use Cases
Update customer contact information
Modify user organization assignment
Update user tags and custom fields
Configuration
Node Configuration Summary
Ready-to-use Zendesk node configured for update user in zendesk.
Copy and paste directly into your n8n workflow.
Method:
PUT
Endpoint:
/api/v2/users/{{ $json.userId }}.json
Nodes:
2
Auth:
HTTP Header Auth (API Token)
BuildShip-ready configuration with API call node and custom logic.
Make.com scenario configuration with HTTP module and data processing.