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": "payment_method_failed",
"can_train_on_data": false,
"company": "q4hUEkXv",
"created_at": "2025-03-12T17:08:27.397Z",
"discord": "E1GnJ",
"email": "OGgSQXO@hvXR87jIG.com",
"email_verified": "2025-03-12T17:08:27.397Z",
"first_name": "t",
"github": "cMxECZFSUxsughlPKtJwukO",
"id": "a8f85e35-1ea8-4129-b2e0-5724efc83012",
"image": "https://cmMbdR.Mkic.com/G4Hgkl/AOuXPnrPA",
"is_service_account": true,
"last_name": "5L7mvkUq",
"name": "Qbet",
"phone": "+1-611-760-8281",
"updated_at": "2025-03-12T17:08:27.397Z"
}