Hi,
Not sure if I am misunderstanding the output here, but I,m trying to query access review decissions using Graph API.
If I run
nvoke-RestMethod -Headers @{Authorization = "Bearer $($Tokenresponse.access_token)"} -Uri $decissionURL -UseBasicParsing -Method get -ContentType "application/json"
where $decissionURL is `$decissionURL = "https://graph.microsoft.com/beta/accessReviews/$reviewID/decisions"'
I get a list of all the decissions that have been made but they all show as a reviewResult : Approve - where some should be set to Deny. checking the results in the portal show Deny for some of the results.