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": "Zex",
"created_at": "2025-01-13T17:30:52.846Z",
"discord": "Qi1hTgRcrX6Drr0LINoD4PQi",
"email": "EWHp@OU.com",
"email_verified": "2025-01-13T17:30:52.846Z",
"first_name": "",
"github": "r0x412GuWI",
"id": "834364f9-8af2-42cb-b569-ed0a700e481e",
"image": "https://6fIR87LNC.AcsWGaE0JJIZ.com/8/NZVkGdzw8",
"is_service_account": true,
"last_name": "eIkdFjOVYF26vwdwQsT",
"name": "Cd2Kxe",
"phone": "+1-918-512-5942",
"updated_at": "2025-01-13T17:30:52.846Z"
}