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": "missing_payment_method",
"can_train_on_data": true,
"company": "cXM2FkqwsE18hn2WMIBw",
"created_at": "2025-05-22T02:05:02.483Z",
"deletion_scheduled": false,
"discord": "3",
"email": "SSA0S@nZ.com",
"email_verified": "2025-05-22T02:05:02.483Z",
"first_name": "B",
"github": "d42jB9DBY",
"hubspot_contact_id": "sbtZEkoVdMOBKDBiigWm0Q7ayt",
"id": "f20e76d3-b0bf-45c9-bbab-6f70cc5b3891",
"image": "https://eUtAf6p0G.0JoArXd0.com/vb7XP/09BeSL",
"is_onboarded": true,
"is_service_account": false,
"last_name": "itoSDDLhZT",
"name": "m7LSUeq5u5b8ahko9jU8sMoq",
"phone": "+1-895-879-8100",
"stripe_id": "NqkOfW",
"updated_at": "2025-05-22T02:05:02.483Z"
}