Not able to add Usage type ENABLE and DISABLE in Provisioning policies

Hi All,

Have anyone faced this issue we are unable to update or add other usage type using bulk update provisioning policy api we get the below error.

Thanks
Shantanu

Also tried individually

{
        "name": "Account",
        "description": "enable policy",
        "usageType": "ENABLE",
        "fields": [
            {
                "name": "AC_NewParent",
                "transform": {
                    "attributes": {
                        "value": "CN=Users,DC=domaincon,DC=com"
                    },
                    "type": "static"
                },
                "attributes": {},
                "isRequired": false,
                "type": "string",
                "isMultiValued": false
            }
        ]
    }

Can you try this API? Once created, you can use the Patch call.

Examples:

thanks it worked after creation

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