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) identifier. This operation is useful for applications that need to display or utilize employer information for further processing or reporting.
-
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 employer name criteria.
-
maxRows integer <int32>
Maximum number of records to return. This parameter is optional, with a default value of 15,000. Use it to limit the size of the response for performance optimization.
-
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>
-
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
-