create_user
Invite a new user to your account. Requires email and first name; sends an invitation email to set up their account.
Instructions
Invite a new user to the account. The user is created in the pending state and sent an invitation email. Requires email and first_name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| Yes | Email address of the user | ||
| first_name | Yes | First name of the user | |
| role_id | No | ID of the role to assign to the user. Defaults to the Organization Member role if not specified. Use list_roles to discover valid IDs. | |
| last_name | No | Last name of the user | |
| job_title | No | Job title of the user | |
| time_zone | No | IANA timezone identifier (e.g. America/Los_Angeles) | |
| department_id | No | Department to assign the user to. Use list_departments. | |
| office_id | No | Office to assign the user to. Use list_offices. | |
| reporting_manager_id | No | User the new user reports to. Use list_users. |