I am implementing a web service connector and one of the the http operations is ‘Add Entitlement’ wherein I have to add a user in a group. The API call requires to get the Group ID. The group ID in this case is a dynamic value since the group will depend on the request of the user. Is there a way to get the group id and pass it in the context url in the http operation?
How about for Entitlement Type “group” then on that group schema, I need to pass the attribute groupid. What would be the correct syntax? I tried to use $plan.groupid$ but it was only returning null.