Gusto
get_employee_home_address
Retrieves full details for a single home address record by UUID, including street, city, state, ZIP code, and effective dates. Use list_employee_home_addresses first to find the address UUID. Call this for complete address details for one specific record.
Remote gusto
Remote (network-hosted)
Other tools also called get_employee_home_address?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"home_address_uuid": {
"type": "string",
"description": "The unique identifier (UUID) for the address"
}
}
}