Unable to set isRequired Attribute to true in the Create Account Profile

Hi,

I am trying to set “isRequired” attribute on one of the field in the Create Account Profile.
for example there is attribute in the create account profile

        {
            "name": "SysLoginID",
            "transform": {
                "type": "identityAttribute",
                "attributes": {
                    "name": "samaccountname"
                }
            },
            "attributes": {
                "cloudRequired": "true"
            },
            "isRequired": false,
            "type": "string",
            "isMultiValued": false
        }

I want to make this attribute as a required for the create account operation. That’s why I was trying to set value of ‘isRequired’ to true. With beta API to partial update provisioning policy it doesn’t throw any error but it doesn’t change value to true.

if update is not supported on ‘isRequired’ field, what are the other ways to achieve same thing.

Thanks,
Sagar

2 Likes