Skip to main content

Execute a saved search by ID​

Executes the specified saved search.

Path Parameters
  • id string required

    ID of the requested document.

    Example: 2c91808568c529c60168cca6f90c1313
Request Body required

When saved search execution is triggered by a scheduled search, scheduleId will specify the ID of the triggering scheduled search.

If scheduleId is not specified (when execution is triggered by a UI test), the owner and recipients arguments must be provided.

  • scheduleId string

    The ID of the scheduled search that triggered the saved search execution.

  • owner object

    A typed reference to the object.

  • type string required

    Possible values: [ACCOUNT_CORRELATION_CONFIG, ACCESS_PROFILE, ACCESS_REQUEST_APPROVAL, ACCOUNT, APPLICATION, CAMPAIGN, CAMPAIGN_FILTER, CERTIFICATION, CLUSTER, CONNECTOR_SCHEMA, ENTITLEMENT, GOVERNANCE_GROUP, IDENTITY, IDENTITY_PROFILE, IDENTITY_REQUEST, LIFECYCLE_STATE, PASSWORD_POLICY, ROLE, RULE, SOD_POLICY, SOURCE, TAG, TAG_CATEGORY, TASK_RESULT, REPORT_RESULT, SOD_VIOLATION, ACCOUNT_ACTIVITY]

    An enumeration of the types of DTOs supported within the IdentityNow infrastructure.

  • id string required

    The id of the object.

  • recipients object[]

    The email recipients of the scheduled search being tested.

  • type string required

    Possible values: [ACCOUNT_CORRELATION_CONFIG, ACCESS_PROFILE, ACCESS_REQUEST_APPROVAL, ACCOUNT, APPLICATION, CAMPAIGN, CAMPAIGN_FILTER, CERTIFICATION, CLUSTER, CONNECTOR_SCHEMA, ENTITLEMENT, GOVERNANCE_GROUP, IDENTITY, IDENTITY_PROFILE, IDENTITY_REQUEST, LIFECYCLE_STATE, PASSWORD_POLICY, ROLE, RULE, SOD_POLICY, SOURCE, TAG, TAG_CATEGORY, TASK_RESULT, REPORT_RESULT, SOD_VIOLATION, ACCOUNT_ACTIVITY]

    An enumeration of the types of DTOs supported within the IdentityNow infrastructure.

  • id string required

    The id of the object.

Responses

Accepted - Returned if the request was successfully accepted into the system.

Loading...