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": "1BZ3JPK9czb",
"created_at": "2025-07-10T11:07:40.939Z",
"deletion_scheduled": true,
"discord": "Qz6ofG",
"email": "gW7wU1aK@541ocWm.com",
"email_verified": "2025-07-10T11:07:40.939Z",
"first_name": "Usd1BMwG5p64Ls",
"github": "3Ewy0T2ij1Fu4",
"id": "ebc8a8e7-4a6c-45b5-8a53-0f3f3095c17f",
"image": "https://OIaUGpKN.ebQQPb.com/hjtlneON9/N8A3m5DxKX5l",
"is_onboarded": true,
"is_service_account": false,
"last_name": "gQDx0gUUO67Oe8ku7703u",
"name": "KbkFxLyPbzEh6Q3BGswJf1C",
"phone": "+1-719-901-7660",
"updated_at": "2025-07-10T11:07:40.940Z"
}