---
title: "List Microsoft365 Users"
method: GET
path: "/developer/microsoft365-users"
tags: ["Developer", "Developer - Calendar"]
---

# List Microsoft365 Users

`GET /developer/microsoft365-users`

List Microsoft 365 users for the current customer.

This endpoint is restricted to developer users only.
Fetches all users from the Microsoft Graph API using application permissions.

## Response `200`

Successful Response

- AppDeveloperSchemasMicrosoft365UsersResponse — Response with list of Microsoft 365 users
  - `connected` boolean, required — Whether Microsoft 365 is connected
  - `users` AppDeveloperSchemasMicrosoft365User[] — List of users
    - `id` string, required — User ID
    - `display_name` string, nullable — User's display name
    - `user_principal_name` string, required — User's principal name (email)
    - `mail` string, nullable — User's email address
    - `job_title` string, nullable — User's job title

---

[API](https://skmtc.dev/openintake/apis/fastapi.md) · [All operations](https://skmtc.dev/openintake/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openintake/fastapi/revisions/4a81645b59f6/schema)
