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": "tXgJKhF6GpS4oi8fgMDNzlYToLjc",
"created_at": "2024-12-19T17:50:38.690Z",
"discord": "3X3vsVmxgf46SCwgU6",
"email": "zHWe2L@eMWMcWQw4A.com",
"email_verified": "2024-12-19T17:50:38.690Z",
"first_name": "5zxF",
"github": "0coM1YuuMylE",
"hubspot_contact_id": "WWeOPPahhxCjudhhRbd887UxLl6k",
"id": "4be9c0af-b333-42f1-8391-44375bed0055",
"image": "https://.ih2adW.com/oh/CO1RMik44Ek",
"is_service_account": false,
"last_name": "STax",
"name": "H6DoOMRTxCn",
"phone": "+1-457-513-5571",
"stripe_id": "JAvg8AcnYDZmmRn6LtmXD",
"updated_at": "2024-12-19T17:50:38.690Z"
}