ServiceTitan MCP Server

PayrollSettings_GetEmployeePayrollSettings

Retrieve employee payroll settings by providing the employee ID and tenant ID to access detailed payroll configurations in ServiceTitan.

Input Schema

NameRequiredDescriptionDefault
employeeYesFormat - int64. The employee ID
tenantYesFormat - int64. Tenant ID

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "employee": { "description": "Format - int64. The employee ID", "type": "integer" }, "tenant": { "description": "Format - int64. Tenant ID", "type": "integer" } }, "required": [ "employee", "tenant" ], "type": "object" }

You must be authenticated.

Other Tools from ServiceTitan MCP Server

Related Tools

ID: mrnu4dtu2r