I have an entitlement that I need to add to many roles. It exists in the UI and I can manually add it via UI, but when I search for it in Postman I cannot find it. I am running a GET /entitlements to list my entitlements but it appears to not be listing them all. I’m not sure what the default cap on entitlements listed is. This is preventing me from determining the entitlement ID to use when I am adding it to roles via API call.
Am I executing the API call wrong? Is there a search query I can use to see the role ID in the UI? Not sure where to go here.
PS, I attempted to use the AIC to figure out the entitlement ID but had no luck.
I can’t answer your API issue without seeing the call/response you are getting from Postman, but a quick way to get an entitlement ID through the UI is to look at the URL. Navigate to Access Model → Entitlements, search for your desired entitlement and click on it to bring up the entitlement screen. Look at the URL and you will see something like the below example with the entitlement ID at the end of the URL.
Hey Edwin,
Thanks, this is something we touched on in training but I wasn’t sure about it when In was working on it. I’ll go over this documentation and try out using it for further use cases!