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": false,
"company": "Td0Z",
"created_at": "2025-06-13T18:07:10.011Z",
"deletion_scheduled": false,
"discord": "laYmDnEbkoVqq8M24P0UYv",
"email": "cFGp@Tmiki.com",
"email_verified": "2025-06-13T18:07:10.011Z",
"first_name": "KztOScQrXorz0sZRd",
"github": "w05Bx1Tx",
"hubspot_contact_id": "UsZq3vxPMxvYKpVM8zwgW3ECih",
"id": "fb920794-a5d3-4ee2-8bc4-4dd716ab8774",
"image": "https://0d8ba.u9821PoXmv.com/SEmR6mLY9Df/gzpushom6A",
"is_onboarded": true,
"is_service_account": false,
"last_name": "2",
"name": "HYcfVbCEOGzujIKJYjjdWX",
"phone": "+1-402-165-1780",
"stripe_id": "9",
"updated_at": "2025-06-13T18:07:10.011Z"
}