Reassign campaign to a governance group

Hi everyone, I have a workflow and need it to reassign a campaign—currently assigned to a manager—to a governance group; is that possible?

I checked the campaign reassignment documentation but saw that it only allows assignment to an identity; is there any way to assign it to a governance group instead?

move-v-1 | SailPoint Developer Community

Hello Guilherme,
Neither of the reassign APIs support governance groups as a target. The campaign-level reassign (POST /campaigns/v1/:id/reassign) only takes an identity ID, and the certification-level reassign (POST /certifications/:id/reassign) explicitly says it does not support certifications assigned to governance groups.

What you can do is set the governance group as the reviewer upfront when you create the campaign itself, either through the UI or through the create campaign API. That way the reviews go directly to the governance group from the start and you skip the reassignment step entirely. If you’re already using a workflow to trigger campaigns, you can configure it to create the campaign with the governance group as the reviewer instead of the manager.

If that doesn’t fit your use case and you really need to reassign after the campaign is active, the only workaround right now is to reassign to a specific identity (someone who is a member of that governance group), not the group itself. Not ideal, but that’s the current limitation.

Hi @guilherme_sec ,

Campaign once generated can only be assigned to an identity not a governance group.

hey Guilherme currently that is not supported.

It’s not available yet. The only option is to delete the preview-ready campaign, then edit the campaign and regenerate it.

Thanks,

Mahesh