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": "missing_payment_method",
"can_train_on_data": false,
"company": "rf1BzEL3",
"created_at": "2025-01-13T17:38:33.197Z",
"discord": "jQ4epIHae8NP83EiFYTvgj",
"email": "WB@P86FfAWK.com",
"email_verified": "2025-01-13T17:38:33.197Z",
"first_name": "Zx0ALQq8bYhdYGelOaiy",
"github": "smVa6g5Goosft4YqJu3WWpKrlZ8P",
"hubspot_contact_id": "5iDk0Loy5dWjcZxMiyWNw",
"id": "f1542882-a2cf-46e2-8c75-da9543f78c78",
"image": "https://cc.t.com/dxFDJ/",
"is_service_account": true,
"last_name": "hlvypP39jw8q",
"name": "6",
"phone": "+1-160-677-9264",
"stripe_id": "0kmByYZqwLeAX9P5E7eCZ2K",
"updated_at": "2025-01-13T17:38:33.197Z"
}