@jrossicare Thanks for your response.
Here is the provisioning policy I have applied for my test webservice
{
"name": "Account",
"description": null,
"usageType": "CREATE",
"fields": [
{
"name": "MAIL",
"transform": {
"type": "identityAttribute",
"attributes": {
"name": "email"
}
},
"attributes": {},
"isRequired": false,
"type": "string",
"isMultiValued": false
},
{
"name": "MAIL",
"transform": {
"type": "identityAttribute",
"attributes": {
"name": "userName"
}
},
"attributes": {},
"isRequired": false,
"type": "string",
"isMultiValued": false
},
{
"name": "WORKFORCEID",
"transform": {
"type": "identityAttribute",
"attributes": {
"name": "workforceId"
}
},
"attributes": {},
"isRequired": false,
"type": "string",
"isMultiValued": false
},
{
"name": "employeeID",
"transform": {
"type": "identityAttribute",
"attributes": {
"name": "workforceId"
}
},
"attributes": {},
"isRequired": false,
"type": "string",
"isMultiValued": false
},
{
"name": "employeeNumber",
"transform": {
"type": "identityAttribute",
"attributes": {
"name": "workforceId"
}
},
"attributes": {},
"isRequired": false,
"type": "string",
"isMultiValued": false
},
{
"name": "givenName",
"transform": {
"type": "identityAttribute",
"attributes": {
"name": "firstname"
}
},
"attributes": {},
"isRequired": false,
"type": "string",
"isMultiValued": false
},
{
"name": "sn",
"transform": {
"type": "identityAttribute",
"attributes": {
"name": "lastname"
}
},
"attributes": {},
"isRequired": false,
"type": "string",
"isMultiValued": false
},
]
}
Could you please review it and let me know if anything need to change/add