---
title: "Get current user"
method: GET
path: "/me"
tags: ["Me"]
---

# Get current user

`GET /me`

Get information about the Akahu user and the access they have provided.

> ℹ️
>
> The `email` key will only be visible if you have the required permissions.

## Headers

- `X-Akahu-Id` string, required

## Response `200`

Successful response.

- object
  - `success` boolean
  - `item` Me
    - `_id` string — Unique Akahu user identifier.
    - `access_granted_at` string, date-time — ISO 8601 formatted date of when the user granted access to the app
    - `email` string, email — Users email

## Other responses

- `400` — Your request was malformed or otherwise unacceptable. More details are provided under the `message` key in the response.
- `401` — You are not authorised to access this content.
- `403` — You are not allowed to access this content.
- `500` — An internal error has prevented us from processing the request. More detail may be supplied in the `message` key.

---

[API](https://skmtc.dev/akahu/apis/akahu-enduring-api.md) · [All operations](https://skmtc.dev/akahu/apis/akahu-enduring-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/akahu/akahu-enduring-api/revisions/b2de9915920d/schema)
