roboshadow_get_mfa_report
Retrieve a paginated MFA report for a Microsoft-linked organisation: each user's registered MFA methods, status, and Global Administrator flag. Use skipPages to page through 5000-user blocks.
Instructions
Get a paged multi-factor-authentication report for a Microsoft-identity-linked organisation: each user's registered MFA methods, MFA status, and whether they hold the Global Administrator role. Results page in blocks of 5000 users - pass skipPages to page through until hasMoreData is false. PII-bearing identity data - admin-gated.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| skipPages | No | Zero-based page number to skip to (page size is 5000). Default 0. | |
| organisationId | Yes | The RoboShadow organisation's UUID. Discover it with roboshadow_list_organisations. |