latestOpenAPI 3.1.0PortSIP2026-08-105581112.6 MB

577415d4a3d5

Microsoft 365

Retrieve a collection of Microsoft 365 users

Retrieve a collection of Microsoft 365 users.

get/ms365/users

Response

OK

countinteger

Total number of resource.

Example response

{
  "count": 100,
  "items": [
    {
      "email": "example@example.com"
    }
  ]
}