Proliant
88 actions · 1 auth method
BetaHRIS
Authentication
API Key
Connects using Proliant’s Client Credentials flow. Requires a Client Key and Client Secret issued by your Proliant Accou…Guides: Connector Profile, Link Account
Actions
88 actions
Action
Description
List Companies
Retrieves all available companies accessible with the current credentials.
Get Company
Retrieves detailed information for the configured company.
List Employees
Retrieves all employees for the company. Use query params to include embedded sub-resources.
Get Employee
Retrieves detailed information for a specific employee by their unique identifier.
Create Employee
Creates a new employee record in the configured Proliant company.
Update Employee
Updates information for an existing employee record.
Delete Employee
Deletes an employee record from the configured Proliant company.
List Employee Accruals
Retrieves all accrual records assigned to a specific employee.
Create Employee Accrual
Assigns an accrual code to a specific employee.
Delete Employee Accrual
Removes an accrual code assignment from a specific employee.
List Employee Deductions
Retrieves all deduction code assignments for a specific employee.
Get Employee Deduction
Retrieves a specific deduction record for an employee by deduction code ID and start date.
Create Employee Deduction
Assigns a deduction code to a specific employee.
List Employee Direct Deposits
Retrieves all direct deposit records for an employee. Direct deposits are embedded in the employee GET response.
Update Employee Direct Deposit
Updates direct deposit information for a specific employee.
List Employee Earnings
Retrieves all earning code assignments for a specific employee.
Get Employee Earning
Retrieves a specific earning record for an employee by earning ID and start date.
Create Employee Earning
Assigns an earning code to a specific employee.
Update Employee Earning
Updates an existing earning record for a specific employee.
Get Employee Education
Retrieves education records for a specific employee.
Create Employee Education
Adds an education record to a specific employee.
Get Employee Electronic Elections
Retrieves electronic election (kiosk) settings for a specific employee.
Create Employee Electronic Elections
Creates electronic election settings for a specific employee.
Update Employee Electronic Elections
Updates electronic election settings for a specific employee.
List Emergency Contacts
Retrieves emergency contact records for all employees.
Update Emergency Contact
Updates emergency contact information for a specific employee.
Get Employee License
Retrieves license records for a specific employee.
Create Employee License
Creates a license record for a specific employee.
List Employee Pay Rates
Retrieves all pay rate records for a specific employee.
Create Employee Pay Rate
Creates a new pay rate record for a specific employee.
Update Employee Pay Rate
Updates an existing pay rate record for a specific employee.
List Employee Training
Retrieves all training records for a specific employee.
Create Employee Training
Adds a training record to a specific employee.
Get Pay Stub
Retrieves the pay stub for a specific pay history transaction for an employee.
Get Employee Taxes
Retrieves tax records for a specific employee.
List All Employee Taxes
Retrieves tax records for all employees.
Create Employee Skill
Adds a skill record to a specific employee.
Update Employee Skill
Updates an existing skill record for a specific employee.
List Accrual Codes
Retrieves all accrual code definitions for the configured company.
Get Accrual Code
Retrieves a single accrual code definition by its identifier.
Create Accrual Code
Creates a new accrual code definition for the configured company.
Update Accrual Code
Updates an existing accrual code definition for the configured company.
List Cost Centers 1
Retrieves all cost center 1 entries for the company.
Get Cost Center 1
Retrieves a specific CostCenter1 entry by code.
Update Cost Center 1
Updates an existing CostCenter1 entry by code.
List Cost Centers 2
Retrieves all cost center 2 entries for the company.
Get Cost Center 2
Retrieves a specific CostCenter2 entry by code.
Update Cost Center 2
Updates an existing CostCenter2 entry by code.
List Cost Centers 3
Retrieves all cost center 3 entries for the company.
Get Cost Center 3
Retrieves a specific CostCenter3 entry by code.
Update Cost Center 3
Updates an existing CostCenter3 entry by code.
Delete Cost Center 3
Deletes a CostCenter3 entry by code.
List Cost Centers 4
Retrieves all cost center 4 entries for the company.
Get Cost Center 4
Retrieves a specific CostCenter4 entry by code.
Create Cost Center 4
Creates a new CostCenter4 entry for the company.
Delete Cost Center 4
Deletes a CostCenter4 entry by code.
List Cost Centers 5
Retrieves all cost center 5 entries for the company.
Get Cost Center 5
Retrieves a specific CostCenter5 entry by code.
Create Cost Center 5
Creates a new CostCenter5 entry for the company.
Delete Cost Center 5
Deletes a CostCenter5 entry by code.
List Deduction Codes
Retrieves all deduction code definitions for the configured company.
Create Deduction Code
Creates a new deduction code definition for the configured company.
Update Deduction Code
Updates an existing deduction code definition for the configured company.
Get Earning Code
Retrieves a specific earning code by ID.
Create Earning Code
Creates a new earning code for the company.
Update Earning Code
Updates an existing earning code by ID.
Delete Earning Code
Deletes an earning code by ID.
List Job Codes
Retrieves all job codes for the company.
Get Job Code
Retrieves a specific job code by ID.
Update Job Code
Updates an existing job code by ID.
Delete Job Code
Deletes a job code by ID.
Lookup Benefit Classes
Retrieves all benefit class options for the company.
Lookup Employee Statuses
Retrieves all employee status options for the company.
Lookup Employee Types
Retrieves all employee type options for the company.
Lookup Pay Frequencies
Retrieves all pay frequency options for the company.
Lookup Pay Grades
Retrieves all pay grade options for the company.
Lookup Pay Groups
Retrieves all pay group options for the company.
Lookup Positions
Retrieves all position options for the company.
Lookup Rates
Retrieves all rate options for the company.
Get Tax
Retrieves a specific tax code by ID.
List Local Taxes
Retrieves all local tax codes for the company.
Get Local Taxes By State
Retrieves local tax codes for a specific state.
List State Taxes
Retrieves state tax codes for a specific state.
List Shift Codes
Retrieves all shift codes for the company.
Create Shift Code
Creates a new shift code for the company.
Update Shift Code
Updates an existing shift code by ID.
Delete Shift Code
Deletes a shift code by ID.
Get Journal Entries
Retrieves journal entries for the company, optionally filtered by date range.
Getting Started
Create or Select a Project
Set up a new project or select an existing one. See the Projects Guide.
Configure the Connector
Enable the connector and set up a connector profile in your project. See Managing Connectors.
Connector Profile
Proliant - API Key
Link an Account
Connect an account using StackOne Hub or Auth Link.
Link Account
Proliant - API Key
Use Actions
Invoke actions using one of the methods below:
- MCP – Model Context Protocol for AI assistants
- A2A – Agent-to-Agent protocol
- AI Toolset (TypeScript) – TypeScript SDK for AI agents
- AI Toolset (Python) – Python SDK for AI agents
- Actions RPC – Direct API calls
- Playground – Test actions in the dashboard