Looking to see if there’s any tool/parser out there that can format JSON output from API requests.
For instance, “/access-request-status?requested-for=1279xxxx”
Other than playing with jsonpath expressions, is there a way to view the output grouped by app and approval status (ie: show which app requests are in pending/executing state for the given identity)?
Hi @baoussounda
Yeah I’m familiar with some of those tools but haven’t found one where you can easily parse/format the json without having to use jsonpath expressions…