---
title: "Fetch user profile"
method: GET
path: "/v1/getUser"
tags: ["User"]
---

# Fetch user profile

`GET /v1/getUser`

Retrieves the authenticated user's profile information

## Response `200`

User profile retrieved successfully

- User
  - `id` string — User identifier
  - `email` string, email — User email
  - `firstName` string — User first name
  - `lastName` string — User last name
  - `organisation` string — User organisation
  - `role` string — User role in the organisation

## Other responses

- `4XX` — Client error response

---

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