From 6a183a86756f3e4382ef51ba452cb0f3f97c7f12 Mon Sep 17 00:00:00 2001 From: Cam Murray Date: Thu, 30 May 2024 12:22:50 +1000 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f8103fa..848346e 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ The following API methods are pulled, flattened, and stored in to Azure Table St * graph.microsoft.com/beta/security/attackSimulation/simulations/{id}/reports/simulationUsers -> SimulationsUsers (stores a row for every user in the simulation) and SimulationUserEvents Table (stores all events, such as click/report, etc.) * graph.microsoft.com/beta/security/attackSimulation/payloads -> Payloads * graph.microsoft.com/beta/security/attackSimulation/training -> Trainings +* graph.microsoft.com/beta/users -> Users (Only performed for users that have had a simulation ran against them) ## Installation