Employers

Discover US employers linked to the authenticated company for Retirement Partners integrations.

📘

Partner OAuth integrations only

The Background Checks API is for approved HiBob Marketplace partners with Developer Portal access and OAuth credentials. Service users are not supported for this integration.

Bob customers building integrations for their own company should use Service users and the general Hiring API, not this partner contract.

Before you begin

These endpoints belong to the Retirement Partners API (US Payroll Hub). Use them to discover the US employers linked to the authenticated company and to fetch employer-scoped payroll data such as deduction plans, employee rosters, and pay codes.

For the read-only Employer API (legal employers and work locations in Bob), see Employers.

Pay cycles for an employer are documented under Pay cycles.

Retirement Partners API endpoints

ResourceEndpoint
EmployersList employers
Deduction plansList employer deduction plans
Employee rosterList employer employees
Employer pay codesList employer pay codes

The employer plan deductionId from list deduction plans is not sent when creating an employee deduction. See Deductions.

Rate limiting

Rate limits are restrictions that our API imposes on the number of times a user can access our endpoints within a specified period of time. To learn more about rate limiting best practices, see Rate limiting.

MethodEndpointLimit
GETList employers5 requests per minute
GETList employer deduction plans5 requests per minute
GETList employer employees5 requests per minute
GETList employer pay codes5 requests per minute

Required permissions and scopes

To use these endpoints, your OAuth app requires the following scope:

NameScopeDescription
Payroll Hub > Partner integration > Fetch pay cycle metadata, paystub information, and payroll-related employee datapayrollhub.payroll:readDiscover employers and read employer-scoped payroll configuration.