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": true,
      "company": "aIcNz2ZtAG4CBwMHGsP2",
      "created_at": "2025-04-21T20:03:01.406Z",
      "discord": "dXfYvkse0J",
      "email": "4O@wwI.com",
      "email_verified": "2025-04-21T20:03:01.406Z",
      "first_name": "VHSZljCWY8Jts1ov",
      "github": "sGYBtyj2yKX52ECm6g2VZuzjl",
      "hubspot_contact_id": "Nw2yRizK3ZUv",
      "id": "9af1d3df-4ca0-4841-8d89-912f713f980b",
      "image": "https://W..com/8I/Xj",
      "is_service_account": false,
      "last_name": "q53EH8",
      "name": "cGKFucpfbiUgG204srzGl9a6SB8SUQ",
      "phone": "+1-645-742-7636",
      "stripe_id": "",
      "updated_at": "2025-04-21T20:03:01.406Z"
    }
  ],
  "next_page": "GmH9aZc"
}