DocsReadOne10
data object
Timestamp at which the policy holder accepted the terms of service.
Policy holder's mailing address.
Amount of the current plan year's deductible the member has met so far.
The current plan year's total deductible (the amount that must be met).
Amount of the prior plan year's deductible the member met.
The prior plan year's total deductible.
Policy holder's email address.
employers object[]
Policy holder's first name.
Name of the employer or plan group.
Payer's identifier for the employer or plan group.
Carrier-side identifier unique to this individual within the policy. Unique per payer.
True if this is a demo or test policy holder rather than a real member.
Policy holder's last name.
members object[]
payer object
onboard_form object
payer_group object
Policy holder's phone number.
Possible values: <= 20 characters
Carrier-side identifier shared by everyone enrolled on the same policy (the subscriber and their dependents).
Username for the payer-portal login this policy holder is crawled with.
users object[]
{
"data": {
"accept_terms_date": "2024-07-29T15:51:28.071Z",
"address": "string",
"createddate": "2024-07-29T15:51:28.071Z",
"dataobject_id": 0,
"date_of_birth": "2024-07-29",
"deductible_current_accumulated": 0,
"deductible_current_maximum": 0,
"deductible_previous_accumulated": 0,
"deductible_previous_maximum": 0,
"disabled": true,
"email": "string",
"employers": [
{
"employer_id": 0,
"id": 0,
"name": "string",
"slug": "string"
}
],
"first_name": "string",
"fullname": "string",
"group_name": "string",
"group_number": "string",
"has_claim_medicals": true,
"id": 0,
"individual_level_id": "string",
"is_crawlable": true,
"is_demo": true,
"is_interop_connected": true,
"last_name": "string",
"login_correction_message": "string",
"login_needs_correction": true,
"members": [
{
"first_name": "string",
"id": 0,
"last_name": "string"
}
],
"modifieddate": "2024-07-29T15:51:28.071Z",
"payer": {
"has_security_questions": true,
"id": 0,
"name": "string",
"onboard_form": {},
"payer_group": {},
"payer_group_id": 0,
"payer_id": 0,
"retriever": "string",
"short_name": "string",
"supports_interoperability_apis": true,
"supports_realtime_verification": true,
"website_home_url": "string",
"website_home_url_netloc": "string"
},
"payer_id": 0,
"phone_number": "string",
"policy_holder_id": 0,
"policy_level_id": "string",
"unread": 0,
"username": "string",
"users": [
{
"id": 0,
"user_id": 0
}
]
}
}