Microsoft Security | Microsoft Graph
An API that connects multiple Microsoft services, enabling data access and automation across platforms
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hey,
I used the following API to dismiss a risky user:
v1.0/identityProtection/riskyUsers/dismiss
And I got the response
204 0
which according to https://learn.microsoft.com/en-us/graph/api/riskyusers-dismiss?view=graph-rest-beta&tabs=http suppose to be successful.
But in the AZURE portal, it still its showing used ID at risky.
I'm not sure why, can I get help on this?
An API that connects multiple Microsoft services, enabling data access and automation across platforms
Likely some delay on the backend. What happens if you GET the same riskyUser again, does it still show it as risky?