I am relatively new for ISC, I come more from a IIQ experience. I have a requirement where I have to retrieve the entitlements and roles assigned to a user. I saw in other similar post this, but I also have to retrieve additional information like who request that entitlement/role, when was granted time stamp, if the role is requestable or no, and the risk rating of that entitlement/role.
I think the better way or best practice is to do it using the Search API. So far I got most of the information that I need using this like id, displayName, etc:
how can I retrieve the other information that I mentioned like who request that entitlement/role, when was granted time stamp, etc ?
how complex the body of the search API could be ? I know this might required to do multiple call to the search API with different body, but is it possible or not recommended to do it all at a single search call?
thanks for the response. I tried your suggestion but the API is returning nothing. Just an empty Array (see below)…. I search the target identity in the UI to see if it has events… and yes! the identity has like 39 events but I can’t pull those records.