---
title: "Read Current User"
method: GET
path: "/v0/users/me"
tags: ["users"]
---

# Read Current User

`GET /v0/users/me`

## Query parameters

- `retry` integer

## Response `200`

Successful Response

- UserResponse
  - `email` string, email, required
  - `full_name` string, nullable
  - `role` 'owner' | 'admin' | 'accounting' | 'member', required
  - `status` 'pending' | 'active' | 'deactivated', required
  - `is_good_standing` boolean, required
  - `registration` 'SIGNUP_EMAIL' | 'SIGNUP_CONTACT' | 'SIGNUP_PAYMENT' | 'EMAIL' | 'CONTACT' | 'PAYMENT' | 'DONE'
  - `stripe_id` string, nullable
  - `id` string, required
  - `team_id` string, required

## Other responses

- `401` — If user authentication fails
- `403` — If user does not have sufficient permissions
- `404` — If user not found
- `422` — Validation Error

---

[API](https://skmtc.net/databento/apis/databento-openapi-specification.md) · [All operations](https://skmtc.net/databento/apis/databento-openapi-specification/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/databento/databento-openapi-specification/revisions/08ef3d01f5b8/schema)
