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": "17L9",
"created_at": "2025-02-05T02:31:09.026Z",
"discord": "NTlRi4j5avt6FoM",
"email": "ej2cB4n@kb.com",
"email_verified": "2025-02-05T02:31:09.026Z",
"first_name": "Vsk7M20EhCzxZ4",
"github": "2agf8tPVPubWltOY7jqpBn",
"id": "5144a825-cbab-48a3-9f43-502fb415c7d2",
"image": "https://ikDViCsX.NgW.com/A/7nki",
"is_service_account": true,
"last_name": "KMlF8",
"name": "r7b3ebpelIvEnbXMHfl",
"phone": "+1-639-581-6568",
"updated_at": "2025-02-05T02:31:09.026Z"
}