Certification reviewer list

Is there way to get the list of reviewers for ALL certification campaigns
who have not completed their access reviews?

Looking at the v3/beta apis - there does not seem to be a way to get this info

Hi,

You can use certificatons api : Certification Campaigns

1 Like

I don’t believe you can with any single API, however, you could write a small script or app to call the list campaigns api get-active-campaigns | SailPoint Developer Community and then loop through call the pending certification tasks api with each campaign ID retrieved from the initial call. get-identity-certification-pending-tasks | SailPoint Developer Community

1 Like

Hi @baoussou
the report/response does not contain any reviewer info - just high level reportType and status

@mario_rod

Yes, you will need to write a script, as there isn’t a single API call that returns everything you are looking for.

In your script after you get your list of certification campaigns, you can call GET v3/certifications?filters=campaign.id eq campaignId.

That will return the reviewer name, email, decisionsTotal, decisionsMade, and other data.

I recommend watching this webinar that walks you through how to write a script that generations a single pane of glass report on all active certification campaigns:

https://community.sailpoint.com/t5/Crash-Courses/Single-Pane-of-Glass-Reporting-for-IdentityNow-Certification/ba-p/243324

Let me know if you have any questions :slightly_smiling_face:

1 Like

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.