Was this helpful?
Retrieve a collection of Microsoft 365 users.
GET /api/ms365/users HTTP/1.1 Host: hostname:8887 Authorization: Bearer YOUR_SECRET_TOKEN Accept: */*
OK
{ "count": 100, "items": [ { "id": "text", "name": "text", "email": null } ] }