Member

Create a member.

The member object represents a user in your application who is a member of your health plan.
The member object allows you to retrieve claims data, keep a history of provider bills, and track payments the user makes. The return object will include a unique identifier that should be stored with the user in your system.

post/api/v1/member/planlink

Request body

EnrolleeIdstring

The enrolleeId (the client provided memberId) of the member

Last4SSNstring

The last four digits of the member's SSN

ClientIdstring

The clientId of the member

FirstNamestring

The first name of the member

LastNamestring

The last name of the member

DateOfBirthstring date-time

The date of birth of the member

Zipstring

The zip code of the member

PlanIdstring

The planId of the member

Metadataobject

Set of key-value pairs that can be attached to the member This can be useful for storing additional information about the member in a structured format

Response

OK

object required

Changes

No recorded changes to this endpoint across all 1 revision of this API.