QuickBooks
QUICKBOOKS_READ_EMPLOYEE
Read an employee's details in QuickBooks with the given employee ID.
Remote quickbooks
Remote (network-hosted)
Other tools also called QUICKBOOKS_READ_EMPLOYEE?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"employee_id": {
"type": "string",
"title": "Employee Id",
"description": "The ID of the employee to be read."
}
}
}