Back to QuickBooks Employees
Connect Knoon AI with QuickBooks Employees (QuickBooks) to automate AI workflows.
Create a new QuickBooks employee.
quickBooksEmployeeCreate
BETA
Internal
Permissions
Optional permissions
There are no items to display.
Parameters
| Name | Type | Description | Required |
|---|---|---|---|
| givenName | mustache | Given name. | Yes |
| familyName | mustache | Family name. | Yes |
| displayName | mustache | Optional display name. | No |
| mustache | Optional email. | No | |
| phone | mustache | Optional phone number. | No |
| active | boolean | Optional active status. | No |
| minorVersion | mustache | Optional QuickBooks minor version (defaults to 75). | No |
| payloadJson | mustache | Optional full Employee JSON. If provided, it is merged with the fields above and takes precedence. | No |
Returns
| Name | Type | Description |
|---|---|---|
| id | string | Employee ID. |
| displayName | string | Display name. |
| givenName | string | Given name. |
| familyName | string | Family name. |
| primaryEmail | string | Primary email. |
| phone | string | Primary phone. |
| active | boolean | Whether the employee is active. |
| syncToken | string | Sync token for updates. |