Gusto
get_employee_rehire
Retrieves information about an employee being brought back to the company after a previous departure. Includes the new start date and any updated employment terms. Use this to check if someone is a returning worker and when they rejoined.
Remote gusto
Remote (network-hosted)
Other tools also called get_employee_rehire?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"employee_uuid": {
"type": "string",
"description": "The unique identifier (UUID) for the employee"
}
}
}