- okta.governance.accessCertifications.manage
- ACCESS_CERTIFICATIONS_ADMIN
Launches a campaign to initiate the assignment of reviews to reviewers, regardless of pre-configured scheduleSettings.
Only campaigns with a status of SCHEDULED can be launched. A valid launch operation transitions a campaign to a status of ACTIVE.
If the campaign being launched has a recurring schedule, then it launches the next occurence of the campaign as per the schedule.
Attempting this operation with campaigns in any other status yields a 409 Conflict response indicating the state of the campaign is incompatible with the launch operation.
If the campaign being launched has a recurring definition, on successful response, one should get the newly launched campaign resource endpoint in HTTP header location.
Note: This operation is optional. Typically, campaigns are launched automatically according to the campaign's schedule settings (
scheduleSettings).
curl -i -X POST \
'https://okta-subdomain.pixtulate.com/governance/api/v1/campaigns/{campaignId}/launch'