Web Services Connector – "No configuration found for Group Aggregation-entitlement" even though operation exists

Operation Name : Group Aggregation-entitlement

Operation Type : Group Aggregation

Context URL : /Users

HTTP Method : GET

Root Path : $.Resources[*].entitlements[*]

Success Code : 2**

Hi @jyotshana8

Check Group Object schema and validate http group aggregation configuration.

did you add group attributes in group schema?

/Group is not supported hence trying to get attribute via /Users

entitlement is defined in Entitlement Types and Schemas

Hello Jyotshana, since the entitlement schema is already defined, the part I would check is whether entitlement was also added using Add Object Type under the Web Services connector settings (Configuration > Settings). That step is what creates the matching custom operation type at the connector level. (Connector docs reference)

Right now, I think your Operation Type is still the default Group Aggregation, and only the Operation Name has entitlement in it. The connector matches on Operation Type, not the name. So after adding the object type, edit your operation and select Group Aggregation - entitlement from the Operation Type dropdown.

The /Users endpoint isn’t causing this particular error, the connector is failing before it even makes the API call. Once the operation type is fixed, I would also validate your root path against the actual /Users response to make sure it’s pulling the right data.

Thank you this helps. I was able to run entitlement aggregation but result was showing 0.

Good, that means the operation type issue is resolved now. For the 0 results, could you share the raw /Users response, especially the section where the entitlements appear? The root path and response attribute mappings need to match that JSON structure exactly. Without seeing the response, anything else would just be a guess.

@jyotshana8 Could you please test this it out in Postman? and share the request curl and json response. Also please share your app xml to review and suggest better.

Have you tried from Postman, if expected response is sent

If it’s still not showing anything, could you please share the Postman response as suggested by the others?

Thank you everyone. It is working now

@jyotshana8 Could you please specify what have you changed that made it worked? This’ll help fellow sailors facing similar issue.

account schema mapping helped me to get Group Aggregation - entitlement