---
title: "Get User"
method: GET
path: "/organizations/users/{id}"
tags: ["Organizations"]
---

# Get User

`GET /organizations/users/{id}`

## Path parameters

- `id` string, required

## Headers

- `Cartesia-Version` '2026-03-01', date, required

## Response `200`

Get User

- OrganizationUser — A user in the organization
  - `created_at` string, date-time, required — When the user joined the organization
  - `email` string, email, nullable, required — Primary email address of the user, if available
  - `id` string, required — Stable identifier for the user. Safe to pass to [Get User](/api-reference/organizations/get-user) and [Remove User](/api-reference/organizations/remove-user).
  - `image_url` string, nullable, required — Profile image URL for the user, if available
  - `name` string, nullable, required — Full name of the user, if available
  - `role` 'admin' | 'member', required — Role of a user in the organization

## Other responses

- `404` — Not found
- `500` — Unexpected error

---

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