Skip to main content
GET
Get User

承認

Authorization
string
header
デフォルト:$CARTESIA_ADMIN_API_KEY
必須

Cartesia admin API key (sk_car_admin_...). Get one at play.cartesia.ai/keys/admin.

ヘッダー

Cartesia-Version
enum<string>
デフォルト:2026-03-01
必須

API version header.

利用可能なオプション:
2026-03-01
:

"2026-03-01"

パスパラメータ

id
string
必須

User ID returned by List Users

Minimum string length: 1

レスポンス

Get User

A user in the organization

created_at
string<date-time>
必須

When the user joined the organization

email
string<email> | null
必須

Primary email address of the user, if available

Pattern: ^(?!\.)(?!.*\.\.)([A-Za-z0-9_'+\-\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\-]*\.)+[A-Za-z]{2,}$
id
string
必須

Stable identifier for the user. Safe to pass to Get User and Remove User.

image_url
string | null
必須

Profile image URL for the user, if available

name
string | null
必須

Full name of the user, if available

role
enum<string>
必須

Role of a user in the organization

利用可能なオプション:
admin,
member