Searched around the forums a bit and couldn’t find an answer for what I’m looking for.
I’m trying to find a way either through the Search GUI or API if I’m able to retrieve any Role(s) an existing Access Profile was mapped/assigned to previously? Is there some sort of audit trail that I can view/export?
Currently, I’m able to pull what Roles contain a specific Access Profile using query
@accessProfiles.name:"Access Profile Name"
but on occasion I’m finding the query returns blank. That’s what prompted me to ask the question above.
I checked our API and searchable fields, and neither will get you want you want. The closest I could get was searching on event data for the ROLE_UPDATED event. However, this only tells you when a role was last updated, not what changed, which is effectively what the modified field in the get roles endpoint will tell you. I suggest creating an idea in our ideas portal to ask our product team to add this data to our search, or create a dedicated API endpoint to capture this information.