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

# GET /v1/orgs/{orgId}/users/{userIdOrName}

`GET /v1/orgs/{orgId}/users/{userIdOrName}`

Looks up a member of an organization by user id or username. Returns 404 when no such user exists, when the user is not a member of the organization, or when the caller is not a member of the organization.

## Path parameters

- `orgId` string, uuid, required
- `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

## Changes

- **2026-09-17** `f4832accd5c3` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/tessl/apis/tessl-api/changes/v1/orgs/:orgId/users/:userIdOrName/get.md)

---

[API](https://skmtc.dev/tessl/apis/tessl-api.md) · [All operations](https://skmtc.dev/tessl/apis/tessl-api/llms.txt) · [OpenAPI document](https://skmtc.dev/tessl/apis/tessl-api/revisions/f5615e00a389?raw)
