Changes 2026.08.04

What's New


GET /api/process-manager/processInstances/{processInstanceId}/fraudState

Get Process Instance Fraud State.

POST /api/process-manager/processInstances/{processInstanceId}/fraudState

Update Process Instance Fraud State.

What's Changed


GET /api/identity-store/stores/{storeName}/users
Parameters:

Added: searchMode in query

Search mode. Default if not supplied is STANDARD which is a backwards-compatible mode which doesn't return any authentication timing information. Other options are LAST_AUTHENTICATED which includes lastAuthenticatedDtm for each user, and LAST_AUTHENTICATED_EXTENDED which additionally includes lastAuthentication (most recent authenticator) and lastAuthentications (most recent authenticator per factor type).

GET /api/process-manager/processInstances/{processInstanceId}
Return Type:

Changed response : 200 OK

OK

  • Changed content type : application/json

    • Added property fraudState (object)

      Fraud review outcome recorded for this process instance. This field is returned only after a fraud state has been reported. Values: FRAUD_CONFIRMED, FRAUD_SUSPECTED, or NO_FRAUD_INDICATED. To change this value, use the fraud-state endpoint for the process instance.

      Enum values:

      • FRAUD_CONFIRMED

      • FRAUD_SUSPECTED

      • NO_FRAUD_INDICATED

    • Added property fraudStateLastUpdated (object)

      Date and time, in UTC, when the fraud state was last reported or changed. This field is returned only after a fraud state has been reported.

    • Added property fraudStateLastUpdatedBy (object)

      Identifier of the authenticated caller that last reported or changed the fraud state. This field is returned only after a fraud state has been reported.

    • Added property fraudStateNote (object)

      Optional note supplied with the latest fraud-state report. This field is returned only when a note was provided. To change this value, use the fraud-state endpoint for the process instance.