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": "nck4wUuGfCnxqwBi",
"created_at": "2025-04-25T16:40:49.689Z",
"discord": "330pszSVZYyhModMKCPz",
"email": "Pir1WXF2u@oENa6.com",
"email_verified": "2025-04-25T16:40:49.689Z",
"first_name": "Qk82DwmmW76R8PGedmO2Ra",
"github": "SbjclcAtC1",
"id": "749cdfa3-fafd-4bdc-8b47-2c4595edf02f",
"image": "https://JayVp7iF0rov.KjGbswExT.com/KhYQ/",
"is_service_account": false,
"last_name": "7",
"name": "w7t3RF7EMFbr0V3EdpO5mwQhf",
"phone": "+1-166-545-8521",
"updated_at": "2025-04-25T16:40:49.690Z"
}