Retrieve a collection of Microsoft 365 users.
OK
Total number of resource.
100
const response = await fetch('http://127.0.0.1:8888/api/ms365/users', { method: 'GET', headers: {}, }); const data = await response.json();
{ "count": 100, "items": [ { "id": "text", "name": "text", "email": {} } ] }