# Get Members Gets Members Endpoint: GET /subscribers/{subscriberID}/members/{memberSeq} Version: v1 Security: apiKeyAuth, bearerAuth ## Header parameters: - `vbasoftware-database` (string, required) Target database ## Path parameters: - `subscriberID` (string, required) Subscriber ID - `memberSeq` (string, required) Member Seq ## Response 200 fields (text/plain): - `data` (object) - `data.subscriber_ID` (string, required) References the Subscribers.Subscriber_ID value in the parent table. - `data.member_Seq` (string,null) Sequential identifier assigned to each Member of this family. In combination with Subscriber_ID, creates a unique identifier. - `data.access_Code` (string,null) Access code defined by the User. - `data.adult_Child` (string,null) Designates whether the Member is an adult or child. This may be important in cases where premiums differ between adult and child members. - `data.adult_Dependent` (boolean, required) This flag identifies the Member has been approved to continue coverage past the 'Cutoff Age' defined at the 'Group level'. Note: This field is marked as NOT NULL in the database and therefore required by the API. - `data.adult_Dependent_End` (string,null) End date of the Member's approved 'Adult Dependent Status'. Only claims with a date of service up to this date will be allowed to process through adjudication. - `data.alternate_ID` (string,null) Allows the User to assign an 'Alternate ID' to the Member. - `data.birth_Date` (string,null) Date of birth of the Member. - `data.continue_Coverage` (boolean, required) Allows claims to pay past the disenroll date. Below are some examples: (1) A member terminates coverage but is still inpatient. Checking this box, and designating the end of inpatient stay with the 'Thru Date', will allow the claim(s) to pay during this time. The member will still reflect as inactive. (2) A member is on 'Long Term Disability'. Coverage terminates, but payments still need to be made. Same steps as example (1) above. Note: This field is marked as NOT NULL in the database and therefore required by the API. - `data.continue_Coverage_End_Date` (string,null) End date of the 'Continued Coverage' period. - `data.continue_Coverage_Ex_Code` (string,null) Allows for an Ex Code to be assigned when a claim is processed after the disenroll date but within the 'Continue Coverage' period. - `data.coverage_Type` (string,null) Indicates the type of coverage ('Open Enrollment', 'Late Enrollment', etc.). - `data.credible_Coverage` (integer,null) Total number of days for the Credible Coverage period. - `data.creditable_Coverage_End` (string,null) End date of the Member's 'Credible Coverage' period. These dates are used in the stock ‘Creditable Coverage’ COBRA reports. - `data.creditable_Coverage_Start` (string,null) Start date of the Member's 'Credible Coverage' period. These dates are used in the stock ‘Creditable Coverage’ COBRA reports. - `data.date_Enrolled` (string,null) Original enrollment date of the Member. - `data.date_Of_Death` (string,null) Date of death of the Member. - `data.disenroll_Date` (string,null) Disenrollment date of the Member. - `data.entry_Date` (string) Date when the record was first added to the system. - `data.entry_User` (string,null) User that first added the record to the system. - `data.ethnicity_Code` (string,null) Ethnicity of the Member. - `data.first_Name` (string,null) First name of the Member. - `data.height` (integer,null) The members height in inches. - `data.initial_Premium` (number,null) - `data.initial_Volume` (number,null) This is the volume used in intial volume calculations. This number can either be a flat amount or a percentage of the Member's gross salary. - `data.initial_Volume_Salary_Pct` (boolean, required) Indicates that the number from the 'Initial Volume' field represents a percentage of the Member's salary. Salaries are found from a Member's 'Financial' detail dropdown. Note: This field is marked as NOT NULL in the database and therefore required by the API. - `data.last_Name` (string,null) Last name of the Member. - `data.marital_Status` (string,null) Marital status of the Member. - `data.middle_Name` (string,null) Middle initial of the Member. - `data.name_Suffix` (string,null) Suffix or title associated with the Member. - `data.notes` (string,null) No longer in use. Replaced by NotData, NoteSource and NoteReference tables. - `data.other_Insurance` (boolean, required) An optional reminder that the Member has an 'Other Insurance'. [Informational Only] Note: This field is marked as NOT NULL in the database and therefore required by the API. - `data.other_Name` (string,null) Information only used in custom reporting. - `data.pend_Ex_Code` (string,null) Assigns an Ex Code that can be applied to newly adjudicated Subscriber claims. - `data.pend_Flag` (string,null) While active, assigned Ex Codes will be applied to any newly adjudicated Subscriber claims. - `data.plan_Year_Frequency` (integer,null) Defines the number of months/years covered by the Member's plan. - `data.plan_Year_Frequency_Type` (string,null) Specifies the timeframe the Member Plan Year will use. - `data.pre_Exist` (string,null) Identifies whether the Member has any pre-existing conditions. - `data.pre_Exist_End` (string,null) End date of pre-existing conditions in relation to the Member's plan. - `data.pre_Exist_Ex_Code` (string,null) Assigns an Ex Code to pre-existing Claims. - `data.preferred_Pronoun` (string,null) - `data.relationship` (string,null) Relationship of the Member to the Subscriber. - `data.ssn` (string,null) Social security number of the Member. - `data.salutation` (string,null) Information only used in custom reporting. - `data.sex` (string,null) Biological sex of the Member. - `data.smoker` (boolean, required) Designates whether the Member is a smoker. This may be important in cases where premiums differ between smokers and non-smokers. Note: This field is marked as NOT NULL in the database and therefore required by the API. - `data.student` (string,null) Identifies that the Member meets the 'Student Status' requirements. - `data.student_End` (string,null) End date of the Member's approved 'Student Status'. Only claims with a date of service up to this date will be allowed to process through adjudication. - `data.unique_ID` (string,null) Unique identifier assigned to the Member by the User. - `data.update_Date` (string) Date when the record was last updated in the system. - `data.update_User` (string,null) User that last updated the record in the system. - `data.use_Member_Plan_Year` (boolean, required) Identifies the Member's Plan year if it differs from the group. The User is required to define a number of months or years for the Plan. The Member's Plan year will begin on the first day of enrollment. Note: This field is marked as NOT NULL in the database and therefore required by the API. - `data.viP_Flag` (string,null) VIP status of the Member. This status can be used as a search filter but is otherwise informational only. - `data.weight` (integer,null) The members weight in pounds. - `error` (object) - `error.detail` (string,null) A human-readable explanation specific to this occurrence of the problem. - `error.instance` (string,null) A URI reference that identifies the specific occurrence of the problem.It may or may not yield further information if dereferenced. - `error.status` (integer) The HTTP status code([RFC7231], Section 6) generated by the origin server for this occurrence of the problem. - `error.title` (string,null) A short, human-readable summary of the problem type.It SHOULD NOT change from occurrence to occurrence of the problem, except for purposes of localization(e.g., using proactive content negotiation; see[RFC7231], Section 3.4). - `error.type` (string,null) A URI reference [RFC3986] that identifies the problem type. This specification encourages that, when dereferenced, it provide human-readable documentation for the problem type (e.g., using HTML [W3C.REC-html5-20141028]). When this member is not present, its value is assumed to be "about:blank". - `debug` (object) - `debug.activityID` (string, required) ## Response 401 fields