Hello Naveen,
how are you ?
I tested with your transform and it gave an error again, sending it as null. I followed a test like this other thread ( How to add extra attributes to the provisioning plan of the Disable account operation of a web services connector? )) and was able to use the email identity attribute, but only when I changed the name of the field I send in the plan. Can you help me with another attempt? Or can I only use the identity field and not the account field?
{
"name": "Disable",
"description": null,
"usageType": "DISABLE",
"fields": [
{
"name": "emaildisable",
"transform": {
"type": "identityAttribute",
"attributes": {
"name": "email"
}
},
"attributes": {},
"isRequired": false,
"type": "string",
"isMultiValued": false
}
]
}
Thanks