HR Partner · Capability
HR Partner — Employees
HR Partner — Employees. 3 operations covering listing, retrieving, and upserting employee records via the HR Partner REST API.
HR Partner — Employees is a Naftiko capability published by HR Partner, one of 11 capabilities the APIs.io network indexes for this provider. It bundles 3 operations across the GET and POST methods.
The capability includes 3 state-changing operations. Lead operation: List employees in the HR Partner account. Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.
Tagged areas include HR Partner, Employees, and HRIS.
What You Can Do
GET
Listemployees
— List Employees
/v1/employees
GET
Getemployee
— Get Employee
/v1/employee/{employeeCode}
POST
Upsertemployee
— Create Or Update Employee
/v1/employee/{employeeCode}
MCP Tools
list_employees
List employees in the HR Partner account.
get_employee
Retrieve a single employee by code.
upsert_employee
Create or update an employee by code.