---
title: "Microsoft365 Users"
method: GET
path: "/oauth/microsoft365/users"
tags: ["OAuth"]
---

# Microsoft365 Users

`GET /oauth/microsoft365/users`

List users from the connected Microsoft 365 tenant

## Response `200`

Successful Response

- AppIntegrationsSchemasMicrosoft365UsersResponse — Response containing list of Microsoft 365 users
  - `connected` boolean, required
  - `users` AppIntegrationsSchemasMicrosoft365User[]
    - `id` string, required
    - `display_name` string, nullable
    - `user_principal_name` string, nullable
    - `mail` string, nullable
    - `job_title` string, nullable

---

[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/b642b91e0a5c/schema)
