---
title: "GET /user"
method: GET
path: "/user"
tags: ["users"]
---

# GET /user

`GET /user`

Get the current authenticated user from the OAuth token

## Response `200`

Response

- User — CloudQuery User
  - `created_at` string, date-time
  - `id` string, uuid, required — ID of the User
  - `email` string, required
  - `name` string — The unique name for the user.
  - `onboarded` boolean — Whether the user has completed onboarding
  - `updated_at` string, date-time
  - `profile_image_url` string — Profile image URL of user

## Other responses

- `401` — Requires authentication
- `403` — Forbidden
- `500` — Internal Error

---

[API](https://skmtc.dev/cloudquery/apis/cloudquery-openapi-spec.md) · [All operations](https://skmtc.dev/cloudquery/apis/cloudquery-openapi-spec/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/cloudquery/cloudquery-openapi-spec/revisions/ef9782a3ed5e/schema)
