Certification Deadline Question

I’ve noticed the following behavior related to deadline when activating a certification campaign.

Here you can see I’ve set the deadline to March 29 at 00:00.

image

When I use the API to activate the campaign the timestamp for the deadline automatically is changed to the minute mark when I did the POST to activate the campaign. It’s now 03/28 at 14:13.

image

I’ve also tried activating the campaign through the UI and get the same result. How can I get a certification campaign to activate and respect the deadline that I specified?

When using the Activate call the activation time calculated from the given timezone may cause the campaign deadline time to be modified, but it will remain within the original date. To set the correct time you can use the updateCampaign call to speficy the deadline after it has been activated.
update-campaign | SailPoint Developer Community

I hope this information is helpful,
-Chris Smith