When creating a campaign from the API, there are 4 types available:
[
MANAGER,SOURCE_OWNER,SEARCH,ROLE_COMPOSITION]
See Documentation: create-campaign | SailPoint Developer Community
In the Name and Description fields, the following is stated:
The campaign name. If this object is part of a template, special formatting applies; see the
/campaign-templates/{id}/generateendpoint documentation for details.
If we go to the Generate Campaign Endpoint , we can see that it describes the formatting available:
But if we look at the Campaign Types, we can see that it only includes 3 types:
[
MANAGER,SOURCE_OWNER,SEARCH]
ROLE_COMPOSITION is not included here, and through testing, I have confirmed this to be true. It would be great if this formatting could also be added to the ROLE_COMPOSITION campaign as well, as we have clients looking to do Annual certifications of the role setup, and it currently requires manually changing the values.

