Pick a method and write a path template with {tokens}, e.g. /deviceManagement/managedDevices/{id}/syncDevice. For writes, add a body template too.
Paste CSV or TSV below — the first row names the columns.
Map each {token} to a column.
Dry run to preview every expanded request. Required before any write can run.
Run — sent via Graph $batch, 20 per batch, 4 batches in parallel. 429/503 throttling is retried automatically. Results land in a grid you can filter and export.
/…
Use {token} placeholders in the path (and body). Each row of your data fills them in.
Body template
Data — paste CSV or TSV (first row = column names)
Map placeholders → columns
Expansion preview
total 0ok 0failed 0throttled retries handled server-side