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": true,
"company": "gVb1KpeGUzlo2D",
"created_at": "2025-04-01T00:21:28.423Z",
"discord": "UWDPnu27ew9V3kAcc9HYw289S",
"email": "DZXz@rO2.com",
"email_verified": "2025-04-01T00:21:28.423Z",
"first_name": "f5JNjnWXFSZ1LqyCOy272gWgs6LT",
"github": "XZeBey",
"hubspot_contact_id": "2Lg0WypmMiNBCwDV08Vi6Cml81q1",
"id": "6e9fdf88-5b31-4703-b5b3-988e0cd1efb7",
"image": "https://X31Kg..com/lsrS/5PrmUcL8U9W",
"is_service_account": true,
"last_name": "IJpA3aUczHm8SRZldPQ3Ik7vo",
"name": "",
"phone": "+1-682-481-9257",
"stripe_id": "Px2QH3a6LcW7m",
"updated_at": "2025-04-01T00:21:28.424Z"
}