Webservice saas conector - add entitlement

Hi
For my Webservice saas conector , I have entitlement types. I’m trying to a add entitlement to the identity. Configred the http operation for the add entitlement.
my endpoint - https:{host}./v1/users/$getObject.nativeIdentity$/entities
Body : [ $plan.entities$ ]
Response information: $.items
response mapping : entities entites
entites is included in the account schema


It trows the invalid payload error

Hi @kani1,

I didn’t understand your question clearly. Are you getting the invalid payload error in ISC or Postman? Were you able to confirm from the API documentation of your application that all the required parameters are configured in the body?

Hi
There is no isse in the postman. In IDN i’m receiveing the invalid payload.

Hello @kani1 ,

What does the variable $plan.entities$ will return ?
Is this entities variable a multivalued attribute ? If Yes , then , I believe the body doesn’t need [ ] square brackets as multivaluedattrubute will return a list .
You can try the body as :
Body : $plan.entities$

Thanks

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.