Title
Create new category
Edit page index title
Edit category
Edit link
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
STANDARDwhich is a backwards-compatible mode which doesn't return any authentication timing information. Other options areLAST_AUTHENTICATEDwhich includeslastAuthenticatedDtmfor each user, andLAST_AUTHENTICATED_EXTENDEDwhich additionally includeslastAuthentication(most recent authenticator) andlastAuthentications(most recent authenticator per factor type).
GET /api/process-manager/processInstances/{processInstanceId}
Return Type:
Changed response : 200 OK
OK
Changed content type :
application/jsonAdded 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_CONFIRMEDFRAUD_SUSPECTEDNO_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.