---
title: "Get current data source user"
method: GET
path: "/integrations/sharepoint/v1/me"
tags: ["Sharepoint v1"]
---

# Get current data source user

`GET /integrations/sharepoint/v1/me`

Return the signed-in user's profile on this data source.

## Query parameters

- `cookie_name` string, nullable

## Response `200`

Successful Response

- DataSourceUserModel — The current user's profile on the data source.
  - `display_name` string, nullable, required — User's display name.
  - `job_title` string, nullable, required — User's job title.
  - `mail` string, nullable, required — User's email address.
  - `surname` string, nullable, required — User's surname.
  - `user_principal_name` string, nullable, required — User principal name (UPN).

## Other responses

- `401` — Missing or invalid authentication, or no valid connector token.
- `403` — User has not consented to the required scope.
- `422` — Validation Error

---

[API](https://skmtc.net/neulandai/apis/neuland-ai-hub-api.md) · [All operations](https://skmtc.net/neulandai/apis/neuland-ai-hub-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/neulandai/neuland-ai-hub-api/versions/b53e89b98c2b/schema)
