Hello
I have yet another issue with IdentityNow.
I configured the operation “Add Entitlement-location”, as below:
{
"httpMethodType": "PUT",
"pagingInitialOffset": 0,
"sequenceNumberForEndpoint": "14",
"uniqueNameForEndPoint": "Add Entitlement - Location",
"curlCommand": null,
"rootPath": "$",
"body": {
"bodyFormData": null,
"jsonBody": "{\n\"Locations\": $response.Locations$\n}",
"bodyFormat": "raw"
},
"customAuthUrl": null,
"paginationSteps": null,
"responseCode": [
"200"
],
"resMappingObj": {
"UserId": "Id"
},
"contextUrl": "/personnel/$plan.nativeIdentity$/user",
"pagingSize": 50,
"curlEnabled": false,
"header": {
"x-api-username": "$application.username$",
"x-api-key": "$application.password$"
},
"operationType": "Add Entitlement-location",
"beforeRule": "Add Remove Location Before Operation",
"xpathNamespaces": null,
"parentEndpointName": null
}
But when I try to add an entitlement of type location, I get the following error:
No configuration found for’Add Entitlement-location’. Please add at least one operation and try again.
What am I missing? I never had this issue with any other operations.