create_user
Create a new Zendesk user by providing name and unique email. Assign roles (end-user, agent, admin), add tags, notes, phone, or organization ID. Returns the full profile and auto-assigned ID.
Instructions
Create a new Zendesk user. Email must be unique across the instance — duplicates return 422. Role defaults to end-user; specify agent or admin for staff accounts. Returns the created user's full profile including the auto-assigned ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | User's full name | |
| role | No | User's role | |
| tags | No | Tags for the user | |
| Yes | User's email address | ||
| notes | No | Notes about the user | |
| phone | No | User's phone number | |
| organization_id | No | ID of the user's organization |