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": false,
"company": "SXFdzuopkjiU46nMEbU20zWn",
"created_at": "2024-09-20T22:42:01.474Z",
"discord": "Df",
"email": "fZQ8P@O7aFrkR6.com",
"email_verified": "2024-09-20T22:42:01.474Z",
"first_name": "wnMwc",
"github": "AplGpPG5MRP9oIViNAexEnCw5xornN",
"id": "f92dad41-a967-4654-8405-6f3ed9626903",
"image": "https://KM8id3.USAVFW5.com/iL/",
"is_service_account": true,
"last_name": "DwJIyuMsQH",
"name": "CvYVVonhiB8xQ7dholyrV",
"phone": "+1-943-983-4489",
"updated_at": "2024-09-20T22:42:01.474Z"
}