Users
Was this helpful?
Was this helpful?
GET /api/ms365/users HTTP/1.1
Host: HOSTNAME:8887
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"count": 100,
"items": [
{
"id": "text",
"name": "text",
"email": null
}
]
}