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": true,
"company": "mvSNdmG7CpkCip",
"created_at": "2025-01-09T18:27:40.257Z",
"discord": "yJk2sQiE8qA1E8OHHMsn",
"email": "ztsDKg@gYr0A4.com",
"email_verified": "2025-01-09T18:27:40.257Z",
"first_name": "sjaygew4QU5tdQebR0tYZ6",
"github": "UDSR5lrnORqhWIxgyOpFB",
"id": "0ff690dc-2558-49fa-9ae2-04a07ab6eb54",
"image": "https://MI7STQj.Gc.com/xcJZ/pBLmbR",
"is_service_account": true,
"last_name": "kHx0BjZA",
"name": "HZSNFZRZc5EUwQ4ZI4184cexu",
"phone": "+1-358-394-8507",
"updated_at": "2025-01-09T18:27:40.257Z"
}