report_all_users_by_so
Generate a deduplicated user report for all customers under a service organization, outputting CSV or JSON.
Instructions
Generate a complete deduplicated user report for all customers under a service org. Fetches users from the SO itself and each customer concurrently, then deduplicates by userId. Returns CSV or JSON.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| soId | Yes | The service organization ID | |
| format | No | Output format: "csv" or "json". Default varies by tool — list_* default to json; report_* default to csv. | |
| concurrency | No | Concurrent API calls (1-10, default 5) |