---
title: "Get profile data about the current user"
method: GET
path: "/datainsights/v1.1/me"
tags: ["Me"]
---

# Get profile data about the current user

`GET /datainsights/v1.1/me`

## Headers

- `X-PROPERTY-ID` integer, required

## Response `200`

OK

- Me
  - `id` integer, required — User id
  - `email` string, email, required — User email

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `500` — Internal Server Error

---

[API](https://skmtc.net/cloudbeds/apis/cloudbeds-api.md) · [All operations](https://skmtc.net/cloudbeds/apis/cloudbeds-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cloudbeds/cloudbeds-api/revisions/2faa857793e8/schema)
