---
title: "GET /v1/users/{userIdOrName}"
method: GET
path: "/v1/users/{userIdOrName}"
tags: ["Users"]
---

# GET /v1/users/{userIdOrName}

`GET /v1/users/{userIdOrName}`

Looks up a user by id or username.

## Path parameters

- `userIdOrName` string, required

## Headers

- `Authorization` string

## Response `200`

Default Response

- object
  - `links` object, required
    - `self` string, uri, required
  - `data` object, required
    - `id` string, uuid, required
    - `type` 'user', required
    - `attributes` object, required
      - `username` string, required
      - `profilePictureUrl` string, nullable, required
      - `createdAt` string, date-time, required

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

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