User
Fetch User
Retrieve a single user
get/users/{id}
Path parameters
idstring required
Response
OK
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"
}