APIUsersList 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": false,
      "company": "lC4xJUuc2fwSUQCchSvpgiW98tQEi",
      "created_at": "2025-07-10T11:07:39.746Z",
      "deletion_scheduled": false,
      "discord": "2YD",
      "email": "y4I0@E.com",
      "email_verified": "2025-07-10T11:07:39.746Z",
      "first_name": "EfPGWCtWKmXVgsvRxxU0MmMyOxgS",
      "github": "U9WUT8kQ3",
      "hubspot_contact_id": "7",
      "id": "8790dd32-b82f-4531-80dd-372b75f18b53",
      "image": "https://F.DJ3.com/6lIXmDYlXsw/Yq7",
      "is_onboarded": true,
      "is_service_account": true,
      "last_name": "3xk0WFCZq3vtO5mK0f",
      "name": "KZXhzEKrjAXZZOUcWIduKHc4A",
      "phone": "+1-397-857-5629",
      "stripe_id": "0RfdBG1nQM02aLwVaRtz0teP8E",
      "updated_at": "2025-07-10T11:07:39.746Z"
    }
  ],
  "next_page": "5jj2hSUcGFx7ySYOr"
}