API → UsersGet 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": true,
"company": "xKW8yZTEvwPE5WOr5s5rlBk",
"created_at": "2025-06-13T18:07:11.805Z",
"deletion_scheduled": false,
"discord": "IUTdBL58cGjH4",
"email": "Lbw2rhRoqh@gWwYmzo.com",
"email_verified": "2025-06-13T18:07:11.805Z",
"first_name": "1pTnzOrEo05M9R",
"github": "Jk2vZ65WJSuYiRw",
"id": "c0f29631-f26f-441c-924e-d8d56d40e0db",
"image": "https://d0nWGt4Jomu.Q8Ta0Fp9cO.com/OZqasr/0Qaie4Gy9S",
"is_onboarded": true,
"is_service_account": false,
"last_name": "",
"name": "SopJ53kc0WS",
"phone": "+1-314-316-6386",
"updated_at": "2025-06-13T18:07:11.805Z"
}