create_identity
Create a new employee identity in the organization with required status, type, and name fields. Optionally add email, department, manager, and custom details.
Instructions
Create a new identity in the organization. Requires employeeStatus, employeeType, firstName, and lastName. Optional: displayName, primaryEmail, department, jobTitle, employeeId, lifecycle, customFields, manager, etc.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| employeeStatus | Yes | Extended status of the employee | |
| employeeType | Yes | Type of the employee | |
| firstName | Yes | First name of the employee | |
| lastName | Yes | Last name of the employee | |
| managementType | No | Management type of the employee | |
| displayName | No | Display name of the employee | |
| primaryEmail | No | Primary email of the employee | |
| secondaryEmails | No | Secondary emails of the employee | |
| companyName | No | Company name of the employee | |
| workLocation | No | Work location of the employee | |
| department | No | Department of the employee | |
| jobTitle | No | Job title of the employee | |
| employeeId | No | Employee ID of the employee | |
| lifecycle | No | Lifecycle of the employee | |
| note | No | Notes of the employee | |
| customFields | No | Custom fields of the employee | |
| manager | No | Manager of the employee |