Participant APIs | REST

Selected Version:
Download Open API File

Get a list of employers who have portal visibility

https://api.wealthcare.com/participant/services/portalinfo/visibletoemployer/{tpaId}

Retrieve a list of employers that have visibility to the WealthCare Portal, identified by the unique TPA ID. This operation is useful for determining which employers can access specific portal features and information.

Request

  • tpaId string Required

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

  • decrypt integer <int32>

    Indicate if the URI parameters are encrypted or not. Use 1 for encrypted, 0 for decrypted (default is 0). This affects how the API interprets the incoming identifiers.

Response

  • array <object>
    • Name string

      The employer name of employer who have portal visibility.

    • EmployerId string

      The employer id of employer who have portal visibility.

  • array <object>
    • Name string

      The employer name of employer who have portal visibility.

    • EmployerId string

      The employer id of employer who have portal visibility.

Response Headers
No response yet.
Response Body
No response yet.

AI Assistant Preview

Generating response...