---
title: "Get Current User"
method: GET
path: "/v1/viewer"
---

# Get Current User

`GET /v1/viewer`

Get information about the current authenticated user

## Response `200`

Successful response

- object
  - `role` 'anon' | 'customer' | 'user' | 'org' | 'system' | 'util', required

## Other responses

- `401` — Authorization not provided
- `403` — Insufficient access
- `500` — Internal server error

## Changes

- **2025-09-22** `1b84cd7f5c05` — 1 warning
  - added the new `util` enum value to the `role` response property for the response status `200`
- **2025-08-26** `8939526af685` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/openintegrations/apis/openint-api/changes/v1/viewer/get.md)

---

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