Get a list of Employer Names and IDs
Retrieve a list of employer names and their corresponding IDs associated with a specific TPA (Third Party Administrator) ID. This endpoint is useful for applications that need to display or utilize employer information for registration or management purposes.
Request
-
tpaId string Required
A unique identifier used to identify your admin instance. This value is system generated when the admin instance was created.
-
searchText string
A filter to match Employer Names. This parameter is optional and can be used to narrow down the results based on specific name criteria.
-
maxRows integer <int32>
Maximum number of records to return. This parameter is optional, with a default value of 15,000, allowing users to limit the number of results for performance optimization.
-
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>
-
EmployerID string
Unique identifier for the employer. Note: When the employer was created, WealthCare Admin assigned the 3-character prefix; you assigned the remaining characters.
-
EmployerName string
Employer Name
-