Hi Team,
I have one requirement in web service connector in delete operation. In API we need to pass email for deletion of account. Earlier for other application on context URL I am using like /user/$plan.nativeIdentity$ but in this I need to pass this in context URL /user/$plan.email$. I have tried in both way but it is not working.
Can you help me how can I pass email in context URL.
its a strange behavior, because if you have the plan.nativeIdentity, you have $plan.email$ too.
Also, you can use the before operation rule to change the endpoint, workining on requestEndPoint argument.
Did you configure the Delete provisioning policy with the Email attribute in the Webservice application?
Please print the plan in the “before provisioning” rule and verify whether the Email attribute is included.
Enable logging and share the logs when you trying to use /user/$plan.email$.