API → UsersGet extended information about a userhidden
hidden
Parameters
Name
Type
Req.
Returns
- 200 OK
successful operation
Name
Type
Req.
body
objectoptionalObject Properties
Possible values
missing_payment_method
: The user is missing a payment method and has exceeded their free API call credits for the month.payment_method_failed
: The users payment method has failed.
get
/users-extended/{id}$ curl "https://api.zoo.dev/users-extended/{id}" \
--header "Authorization: Bearer $TOKEN"
200 OK
Response{
"block": "payment_method_failed",
"can_train_on_data": true,
"company": "R3PciCTyTrNwDZ",
"created_at": "2025-07-04T12:27:02.280Z",
"deletion_scheduled": true,
"discord": "9gbf6l",
"email": "3vAkaMgDe@kB.com",
"email_verified": "2025-07-04T12:27:02.280Z",
"first_name": "U1YeW3akucvixy88DC9l2mOeL2S",
"github": "thQP8mUxYPvOqlDdltDO6awsbpAa",
"hubspot_contact_id": "B5",
"id": "7799ef26-0824-4ff7-ad8e-28f5cdf3a3d7",
"image": "https://s6VZ7geHvZ1.qW09iA2m.com//3T",
"is_onboarded": true,
"is_service_account": true,
"last_name": "iUcyifZ2YykiSVsxY",
"name": "fqMTsqXazveWDdypbimZfz6r1ZCbmF",
"phone": "+1-656-908-6576",
"stripe_id": "1hC",
"updated_at": "2025-07-04T12:27:02.280Z"
}