---
title: "Retrieve a collection of Microsoft 365 users"
method: GET
path: "/ms365/users"
tags: ["Microsoft 365"]
---

# Retrieve a collection of Microsoft 365 users

`GET /ms365/users`

Retrieve a collection of Microsoft 365 users.

## Response `200`

OK

- object
  - `count` integer — Total number of resource.
  - `items` object[]
    - `id` string — The `OID` of Microsoft 365 user.
    - `name` string — The name of Microsoft 365 user.
    - `email` string — The email address of Microsoft 365 user.

## Other responses

- `4XX` — Error

---

[API](https://skmtc.net/portsip/apis/portsip-pbx-rest-api.md) · [All operations](https://skmtc.net/portsip/apis/portsip-pbx-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/portsip/portsip-pbx-rest-api/revisions/577415d4a3d5/schema)
