fixed

Fixed Missing Termination Fields in Employments (Credential Refresh Required)

We identified an issue with the GET /v2/persons/{person_id}/employments endpoint where three fields within the termination object were not being returned as expected. Specifically, the following attributes were omitted from the response:

  • last_working_date
  • termination_type
  • termination_reason

This has now been resolved. To ensure continued access to these fields, clients who rely on them must re-generate their credentials (either by creating new credentials or updating the existing ones). After credentials are refreshed, the fields will be returned as intended.