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": "esSgfZOgdHs5uGYg",
"created_at": "2025-01-17T16:14:45.793Z",
"discord": "",
"email": "4FGG4KXy3o@.com",
"email_verified": "2025-01-17T16:14:45.793Z",
"first_name": "M8TkaTXndtJRF8DDvtXdTndFYvS7EH",
"github": "So4apPC9GihFghAH7sSKm6Lbi",
"hubspot_contact_id": "xha",
"id": "6a44db81-81b4-4c8d-9eff-83b1417145f8",
"image": "https://.LHp0.com/GQPH4uU1iY6F/V",
"is_service_account": false,
"last_name": "R0XMIQbIhEuSzawFom",
"name": "",
"phone": "+1-456-931-9638",
"stripe_id": "JwKk2AXGBPcTKPAv4J9s",
"updated_at": "2025-01-17T16:14:45.793Z"
}