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": false,
"company": "8O4K93UbOY",
"created_at": "2025-05-08T23:04:06.977Z",
"deletion_scheduled": true,
"discord": "4XzKFwjSgQMSKxkQOehoz",
"email": "jMXSXkeY@VWf.com",
"email_verified": "2025-05-08T23:04:06.977Z",
"first_name": "",
"github": "xC",
"hubspot_contact_id": "4qGAQDsxm2lipq69U3Bju",
"id": "bd78f421-96b6-4f30-b3ea-cbdfc8ad43dc",
"image": "https://9pCiDc5.xqBy5wM1EMN.com/QGI8o/",
"is_service_account": false,
"last_name": "gBqvfEdrlc4L7aE2uzJrb8Pj",
"name": "s3lMgnR3yCbcIXf1mR7fpDi76nr",
"phone": "+1-228-538-6363",
"stripe_id": "U2q4EJykhGDr3",
"updated_at": "2025-05-08T23:04:06.977Z"
}