Skip to main content

Unsubscribe a recipient from Scheduled Search

POST 

/scheduled-searches/:id/unsubscribe

Unsubscribes a recipient from the specified scheduled search.

Request

Path Parameters

    id stringrequired

    ID of the requested document.

    Example: 2c91808568c529c60168cca6f90c1313

Body

required

The recipient to be removed from the scheduled search.

    type DtoTyperequired

    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, WORKGROUP]

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

    id stringrequired

    The id of the object.

Responses

No Content - Indicates the request was successful but there is no content to be returned in the response.

Loading...