We are trying to add entitlement to user through SailPoint IDN but it is not getting assigned. If similar way, we are trying through postman it is getting assigned, Moreover if we are hardcoding the entitlement ID in body instead on “$plan.id$” also it is working from SailPoint IDN.
This is the body we are passing in add entitlement operation, I believe it is not able to fetch the entitlement id.
Body:
" {
“role_id”:“$plan.id$”
} "
Get Object - Group: in URL we are also passing entitlement id
Context URL:
" /custom_roles/$plan.id$ "
Please let us know how to resolve this.
Thanks in advance.