Need help in creating Certification Campaign using REST API

Hi Colin,

Thank you for your quick response. I completely agree with you. So, I am trying to use below beta Version API call:

{
    "name": "Test Manager Certification Review through API",
    "description": "Test Manager Certification Review through API",
    "deadline": "2021-06-07T00:00Z",
    "type": "SEARCH",
	"searchCampaignInfo": {
            "type": "IDENTITY",
            "description": null,
            "reviewerId": "xxxx",
            "query": null,
            "identityIds": ["xxxx"],
            "accessConstraints": [ ]
        },
    "emailNotificationEnabled": false,
    "autoRevokeAllowed": false,
    "recommendationsEnabled": false   
}

But It is auto completing. I am trying to create a Manager Certification for a particular Identity ID with all access information presented for review.
Is it possible ?

Thank you!

1 Like