API → UsersList users with extended information
hidden

Parameters

Name

Type

Req.

  • limit

    integer
    optional
  • page_token

    string
    optional
  • sort_by

    string
    required
    Possible values
    • created_at_ascending:  Sort in increasing order of "created_at".
    • created_at_descending:  Sort in decreasing order of "created_at".

Returns

get
/users-extended
$ curl "https://api.zoo.dev/users-extended" \
	--header "Authorization: Bearer $TOKEN"
200 OK
Response
{
  "items": [
    {
      "block": "missing_payment_method",
      "can_train_on_data": true,
      "company": "UY0yM5WTHxhnw",
      "created_at": "2025-01-09T18:27:38.775Z",
      "discord": "d",
      "email": "GLaja@ay.com",
      "email_verified": "2025-01-09T18:27:38.775Z",
      "first_name": "AuYqPqPYX7Eww",
      "github": "vfRAkZNDyYhMNRiQ3iWX07dDDGNA",
      "hubspot_contact_id": "k",
      "id": "9eb810ab-0589-488c-9a33-b424d9812a22",
      "image": "https://..com/11f/",
      "is_service_account": true,
      "last_name": "e",
      "name": "Mww1smIoHesRJ",
      "phone": "+1-801-848-9196",
      "stripe_id": "zezOtJQM4q8OmCWxh1jRa",
      "updated_at": "2025-01-09T18:27:38.775Z"
    }
  ],
  "next_page": "Ul"
}