GuidesAPI Reference
Log In
API Reference

/companies/{company_id}/participants/{participant_id}/

Update an existing participant by id for the given company_id. You cannot add deductions or update met_eligibility_date. If you try to change an email, it will create an additional login for the user with the new email so it doesn't lock out their previous login

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
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