I have multiple certifications open in single campaign.
I want to close only one certification instead of bulk operation to close all the certifications in the campaign. I do not see any API for single certification closure.
Please guide if we have any single certification closure API or other alternate methods.
If you’re trying to close a certification even with undecided items, ISC doesn’t provide a clean “force-complete one certification” endpoint.
The admin override is campaign-level:
• Complete campaign: POST /v3/campaigns/{campaignId}/complete
• Docs: complete-campaign | SailPoint Developer Community
In ISC “close” = make decisions on remaining items and then sign off that specific certification.
One extra gotcha for Jagadesh: the decide and sign-off APIs don’t support certifications assigned to Governance Groups (the docs call that out). If this certification is GG-assigned, you may need to reassign to an individual reviewer first (or handle it via the UI), otherwise sign-off will fail.
There is an option to make a bulk decision, if you have ISC configured, for example, within VSCode.
Inside VSCode > Go to ISC > Campaigns > search for the certification where you want to take a bulk decision.
On the campaign page, scroll down to the bottom and you will see the “Bulk Decide” button.
When you click the button, you can choose between Approve or Revoke. After selecting an option, a box will appear to add a comment.
Before using this in production, it is recommended to test it in a sandbox environment to validate that it behaves as expected.
This action makes the decision in bulk, but the sign-off is still required