---
title: "GET /v1/profile/self"
method: GET
path: "/v1/profile/self"
tags: ["Users"]
---

# GET /v1/profile/self

`GET /v1/profile/self`

Returns current user information that logged in. Required permissions: `profile`

## Response `200`

User response

- object
  - `id` integer
  - `email` string
  - `first_name` string
  - `last_name` string
  - `full_name` string
  - `business_id` integer
  - `business_name` string
  - `outlet_ids` integer[]
  - `outlet_names` string[]

## Other responses

- `400` — Bad parameter
- `401` — The access token is invalid
- `403` — Access token valid, but is denied to access the resource. Or, the merchant`s outlet is expired.
- `410` — API Deprecated
- `415` — Unsupported Media Type
- `500` — Internal Server Error

---

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