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": "payment_method_failed",
"can_train_on_data": false,
"company": "cPUAeqh9rIh7s",
"created_at": "2025-05-08T23:04:07.720Z",
"deletion_scheduled": true,
"discord": "Hs",
"email": "LbDlt@4D.com",
"email_verified": "2025-05-08T23:04:07.720Z",
"first_name": "B1UeicMDDKckW4Q9es",
"github": "4yfOuN1",
"id": "19c3ad81-c35a-4c04-8065-4e4acc5a9ce9",
"image": "https://4M3.fwEKcK.com/b2UQ4R/pnKjOYKQzz",
"is_service_account": true,
"last_name": "ul9kIuQKA",
"name": "Vzd",
"phone": "+1-185-757-6049",
"updated_at": "2025-05-08T23:04:07.720Z"
}