Skip to main content

Identity – Updated

Updated Self-Service User Management GetUsers endpoint to add Filter parameter that allows the caller to filter the users by different fields like FirstName, LastName, Email, Status, Sources and ScimId. More details can be found in the API documentation.

Supergraph – Added

  • JourneyInstance.relatedEntityDrafts lists Entity Drafts of Related Parties created by the Association Task for a given Journey. By default the Main / Lead entityDraft of the journey is excluded from the list but can be overridden by setting includeMainDraft = true in query

Screening – Added

Affected Endpoints

New field OtherInformation added to the SecondaryIdentifiers of a Screening Provider's Configuration.

  • POST /api/configuration
  • POST /api/configuration/provider
  • PATCH /api/configuration/provider/\{providerId\}
  • GET /api/configuration
  • GET /api/configuration/provider/\{providerId\}

New field OtherInformation added to the Screening Entity Search Criteria.

  • POST /api/batch
  • POST /api/entity
  • PUT /api/entity/\{entityId\}
  • GET /api/batch/\{id\}
  • GET /api/batch/journey/\{journeyId\}
  • GET /api/batch/journey/\{journeyId\}/process/\{processId\}
  • GET /api/batch/\{batchId\}/entity
  • GET /api/batch/\{batchId\}/entity/\{entityId\}
  • GET /api/entity/\{entityId\}
  • POST /api/entity/getentitieslist

Screening – Updated

When calling the create batch endpoint, if the new batch is overriding any previous batches for the journey, it will now send the AdditionalSettings as part of each of the overridden batches to the adapters. Also updated the LexisNexis adapter Screen endpoint to use these AdditionalSettings for the AcceptList deletion, so entities are removed from the correct AcceptLists of the overridden batches.