create_user
Create a new Zendesk user with name and email (must be unique). Optionally set role, organization, tags, or notes. Returns the created user's full profile including 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 | |
| Yes | User's email address | ||
| role | No | User's role | |
| phone | No | User's phone number | |
| organization_id | No | ID of the user's organization | |
| tags | No | Tags for the user | |
| notes | No | Notes about the user |