PeopleSoft · Capability
PeopleSoft Human Resources
Unified workflow for HR administrators combining employee management, benefits, payroll, recruiting, talent management, and approval workflows across PeopleSoft HCM, Recruiting, and Approval Workflow Engine APIs.
What You Can Do
GET
List employees
— Retrieve employee records with optional department and status filters.
/v1/employees
GET
Get employee
— Retrieve details for a specific employee.
/v1/employees/{employeeId}
GET
List benefit enrollments
— Retrieve benefit enrollment records.
/v1/benefit-enrollments
GET
List payroll runs
— Retrieve payroll run history and status.
/v1/payroll-runs
GET
Search jobs
— Search available job postings.
/v1/jobs
GET
Get job details
— Retrieve details for a specific job posting.
/v1/jobs/{jobId}
POST
Submit application
— Submit a candidate application for a job posting.
/v1/applications
GET
List pending approvals
— Retrieve pending HR approval requests.
/v1/approvals
PUT
Process approval
— Approve, deny, or push back an HR approval request.
/v1/approvals/{approvalId}
MCP Tools
list-employees
Retrieve employee records with optional department and status filters.
read-only
get-employee
Retrieve details for a specific employee.
read-only
list-benefit-enrollments
Retrieve benefit enrollment records.
read-only
list-payroll-runs
Retrieve payroll run history and status.
read-only
search-jobs
Search available job postings.
read-only
get-job-details
Retrieve details for a specific job posting.
read-only
submit-application
Submit a candidate application for a job posting.
list-pending-approvals
Retrieve pending HR approval requests.
read-only
process-approval
Approve, deny, or push back an HR approval request.
idempotent
APIs Used
hcm
recruiting
approval-workflow