API → Users → Get 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": false,
"company": "wbFWaXHmPd4ahOnSajRzP3lcxCsjxC",
"created_at": "2025-04-25T16:40:48.185Z",
"discord": "DGSZNXctHDwyPJ3UV7dUgRyvhV",
"email": "NODr79STix@a2hrQgxS.com",
"email_verified": "2025-04-25T16:40:48.186Z",
"first_name": "U4XsCemmGu0",
"github": "us4WhLP",
"hubspot_contact_id": "5a0GoxNL2Mrk",
"id": "7fff01b2-6764-44b6-86f6-852f8e660f55",
"image": "https://dd.0aNuSmGQF7.com/Z93I16y37yv/Xtr9tk8J",
"is_service_account": false,
"last_name": "XiGDgpPYYjR",
"name": "q4OIuvSU",
"phone": "+1-102-898-3026",
"stripe_id": "",
"updated_at": "2025-04-25T16:40:48.186Z"
}