API → Users → Get extended information about 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-extended/{id}$ curl "https://api.zoo.dev/users-extended/{id}" \
--header "Authorization: Bearer $TOKEN"
200 OK
Response{
"block": "payment_method_failed",
"can_train_on_data": false,
"company": "UC8BA8TP",
"created_at": "2025-01-09T18:27:41.042Z",
"discord": "bmINkDMWaS1MlHfQBOFiyBSMyOy",
"email": "tk@r.com",
"email_verified": "2025-01-09T18:27:41.042Z",
"first_name": "j56WFs6gNdHpJr7WhfK",
"github": "JQcBqNFvnpHP",
"hubspot_contact_id": "pW5R8By7UWQuSt",
"id": "0816909e-8b16-44f4-a5b0-3d95a46b7a40",
"image": "https://u1FfL3oJJ.J.com/UeFODK1z/AHXpQo8h0",
"is_service_account": false,
"last_name": "LvMK19UVjIwjqmFuj",
"name": "v3mYDMcXKEU2RXcVKMZ",
"phone": "+1-753-134-6747",
"stripe_id": "55EDCLk6VVzaG93qjwbosX",
"updated_at": "2025-01-09T18:27:41.043Z"
}