v1

latestOpenAPI 3.1.0MIT2026-07-243952451019.0 KB
User

Fetch User

Retrieve a single user

get/users/{id}

Path parameters

idstring required

Response

OK

idinteger

User ID

public_idstring nullable

User public ID

emailstring

Email Address

first_namestring

First Name

last_namestring

Last Name

time_zonestring nullable

Your Time Zone

localestring nullable

Language

created_atstring date-time nullable

Signed up

updated_atstring date-time nullable

Updated

Example response

{
  "id": 1,
  "public_id": "prbtEx",
  "email": "test@email.com",
  "first_name": "Lili",
  "last_name": "Stiedemann",
  "time_zone": "Pacific Time (US & Canada)",
  "locale": "en",
  "created_at": "2025-01-01T00:00:00.000Z",
  "updated_at": "2025-01-01T00:00:00.000Z"
}