Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions api-reference/v1.0/api/simulation-get.md
Original file line number Diff line number Diff line change
Expand Up @@ -441,3 +441,9 @@ Content-Type: application/json
"notificationPreference": "unknown"
}
```

### Example 6: Get detailed report for each simulation.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This isn't how we add examples. Please follow the correct format: Request and Response.


To get detailed user activity for an individual simulation, you can use the below method to retrieve detailed simulation report.

https://learn.microsoft.com/en-us/graph/api/usersimulationdetails-list?view=graph-rest-1.0&tabs=http
Loading