---
title: "Get user"
method: GET
path: "/v0/users/{user-id}"
tags: ["Users"]
---

# Get user

`GET /v0/users/{user-id}`

Get the User resource for the current user.

## Path parameters

- `user-id` string, required

## Response `200`

OK

- object — Shows the associated [user](#tag/Users).
  - `user-email` string, required — The user's email address.
  - `user-url` string, required — Link to the user.
  - `user-username` string, required — The username.
  - `api-keys-url` union, required — Link to the user's [api keys](#tag/API-keys).
    - string
    - string
  - `user-memberships-url` union, required — Link to the user's [memberships](#tag/Memberships).
    - string
    - string
  - `given-name` string
  - `surname` string

## Other responses

- `400` — Bad Request
- `401` — Requires an API key to continue
- `404` — Not Found

---

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