Gusto

get_employee

Retrieves full profile for a single employee by UUID, including name, email, hire date, department, manager, job title, work location, current pay rate, time-off policy assignments, and time-off balances. Use list_employees first to find the employee UUID. Call this when you need detailed info about one specific person.

Remote gusto

Remote (network-hosted)

Other tools also called get_employee? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "employee_uuid": {
      "type": "string",
      "description": "The unique identifier (UUID) for the employee to retrieve"
    }
  }
}
          

Provider

Gusto →