GuidesAPI Reference
Log In
API Reference

/companies/{company_id}/participants/

Create a new participant or multiple new participants for the given company_id. You cannot add deductions or set 'met_eligibility_date'. Note the required fields on the schema. If you attempt to add an employee that already exists (by ssn), it will attempt to update that employee.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
Body Params

Represents a participant in a companies 401k account. 'met_eligibility_date' will be returned as non-null and in the past once a participant is eligible to contribute. In addition, for ineligible participants, the deferrals will always have a 0 amount. When creating a participant, either phone or email are required (preferably both). When updating a participant, object_id is required. If a 'termination_date' has previously been set, pushing a 'start_date' after it will rehire this participant.

string | null
string
required
length between 1 and 100
string
length ≥ 1
string
length ≥ 1
date
required

The latest date this participant was hired or rehired. Pushing a start_date that is after a previously set termination_date will rehire this participant.

date | null
string
required
length ≤ 9
date | null
string
string
integer | null
0 to 65535
string
string
boolean
address
object | null

A participant's Address

Headers
string
enum
Defaults to application/json

Generated from available request content types

Allowed:
Responses

400

Bad Request: Invalid participant data

401

Unauthorized: Missing or invalid authentication

403

Forbidden: Insufficient permissions or scopes

Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json