Participant APIs | REST

Version:
Download Open API Specification

Get Employee Disclosure Accounts. This method returns the decrypted EmployeeId, FirstName and LastName.

https://beta.api.wealthcare.com/participant/services/participant/accounts/disclosure/{tpaId}

Retrieves the disclosure accounts for a specific employee, returning their decrypted Employee ID, First Name, and Last Name. This operation is useful for obtaining sensitive employee information securely.

  • tpaId string Required

    A unique identifier used to identify your admin instance. This value is system generated when the admin instance was created.

  • employerId string Required

    Unique identifier for the employer, assigned during employer creation. This identifier consists of a 3-character prefix followed by a unique string.

  • participantId string Required

    The unique identifier for the participant whose disclosure accounts are being retrieved.

  • lastName string Required

    The last name of the participant, used to filter the disclosure accounts returned.

  • tokenId string Required

    The Disclosure Acknowledgement Token ID, which is required to verify the participant’s consent for accessing their disclosure information.

  • decrypt integer <int32>

    Indicate if the URI parameters are encrypted or not. Use 1 for encrypted and 0 for decrypted; defaults to 0 if not specified.

  • array <object>
    • TpaId string
    • EmprId string
    • DataPartnerId string
    • DataPartnerOptions integer <int64>
    • EmployeeID string
    • FlexAccountKey integer <int32>
    • PlanId string
    • PlanStartDate string
    • PlanEndDate string
    • DiscIntroTxt string
    • DiscLink1Name string
    • DiscLink1Url string
    • DiscLink1Desc string
    • DiscLink2Name string
    • DiscLink2Url string
    • DiscLink2Desc string
    • DiscLink3Name string
    • DiscLink3Url string
    • DiscLink3Desc string
    • DiscLink4Name string
    • DiscLink4Url string
    • DiscLink4Desc string
    • DiscLink5Name string
    • DiscLink5Url string
    • DiscLink5Desc string
    • DiscEndCustomText string
    • DiscAcceptText string
    • FirstName string
    • LastName string