API → Users → Get 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/{id}$ curl "https://api.zoo.dev/users/{id}" \
--header "Authorization: Bearer $TOKEN"
200 OK
Response{
"block": "missing_payment_method",
"can_train_on_data": false,
"company": "EOtim5W4rdgZ",
"created_at": "2025-04-21T20:03:05.208Z",
"discord": "5ipTy5Il771XItfbN",
"email": "k@Yrea.com",
"email_verified": "2025-04-21T20:03:05.208Z",
"first_name": "mFm0dHmeDzBSkmE0eK9hZEZ0HvgZf",
"github": "ZbSxAd1V6dhcO3jEVFqs4aK",
"id": "1ec0296e-c6bf-4b99-a93b-0f57c32d6d53",
"image": "https://oz0LAur.l3i1cfKrSM.com/CJ/IZRJMPy",
"is_service_account": true,
"last_name": "0H8js1tJzN",
"name": "fJH3JtNFB9AyT",
"phone": "+1-813-706-8908",
"updated_at": "2025-04-21T20:03:05.208Z"
}