Gusto
get_employee_work_address
Retrieves full details for a single work location assignment by UUID, including the location address and effective dates. Use list_employee_work_addresses first to find the work address UUID. Call this for complete details about a specific work location assignment.
Remote gusto
Remote (network-hosted)
Other tools also called get_employee_work_address?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"work_address_uuid": {
"type": "string",
"description": "The unique identifier (UUID) for the work location"
}
}
}