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": "LyVm8HMqzaofrZmfsh7O6OY5elJz",
      "created_at": "2024-10-11T02:49:53.674Z",
      "discord": "0Ll4zTYILA",
      "email": "7smKsR7l6A@Osa.com",
      "email_verified": "2024-10-11T02:49:53.674Z",
      "first_name": "bfuzQeCgoxlxUcvkJsKPiC1HVC2",
      "github": "iIRqlA1my",
      "hubspot_contact_id": "0MHd",
      "id": "afc0d2f9-d013-4323-b853-0a9b9b9ac47b",
      "image": "https://74TKhDYhH.0.com/Czv/TcE",
      "is_service_account": true,
      "last_name": "nLasm878S",
      "name": "KAfW60oYYLuGb",
      "phone": "+1-219-557-7571",
      "stripe_id": "Jk3nsZfMbx0n9xhPk4a",
      "updated_at": "2024-10-11T02:49:53.674Z"
    }
  ],
  "next_page": "sAc9v4iLNdlSJ"
}