Okta Identity Governance
/Management APIs
//
End a campaign
OAuth 2.0 scope:
- okta.governance.accessCertifications.manage
Admin roles:
- ACCESS_CERTIFICATIONS_ADMIN
Ends a campaign before its scheduled end date (from scheduleSettings).
This operation closes any open reviews and prevents any further review activity, such as decisions or reassignments. Reviews associated with the campaign are remediated, if the remediation setting for the campaign is set.
Only campaigns with a status of ACTIVE can be completed. A valid end operation transitions a campaign to a status of COMPLETED. Attempting this operation with campaigns in any other status yields a 409 Conflict response indicating the state of the campaign is incompatible with the end campaign operation.
Note: This operation is optional. Typically, campaigns are completed automatically according to the campaign's schedule settings
scheduleSettings.
POST
curl -i -X POST \
'https://okta-subdomain.pixtulate.com/governance/api/v1/campaigns/{campaignId}/end' \
-H 'Content-Type: application/json' \
-d '{
"skipRemediation": false
}'