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": "payment_method_failed",
      "can_train_on_data": false,
      "company": "yLRHroPL1XfjQc",
      "created_at": "2025-04-01T00:21:31.770Z",
      "discord": "prJ9S5EXVpbYmM7",
      "email": "3fhsr@.com",
      "email_verified": "2025-04-01T00:21:31.770Z",
      "first_name": "N7ekLW",
      "github": "RxNxk",
      "hubspot_contact_id": "X3bzLf",
      "id": "c735d147-2864-4720-af8f-70e821a71ca6",
      "image": "https://yd1oW04U.ZEzkXmGKwMY.com/5JRI/OxfsEBn2WQ35",
      "is_service_account": false,
      "last_name": "m5WbDOHJ",
      "name": "3YboMy9kT0jk",
      "phone": "+1-807-378-7145",
      "stripe_id": "0FYZ",
      "updated_at": "2025-04-01T00:21:31.770Z"
    }
  ],
  "next_page": "ltxvF8IqCHQM2wdSCORNHZo0i04"
}