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": "Imi8m7Xo9zJ3unaTbKllZahFpVJhN",
      "created_at": "2024-07-27T01:16:28.249Z",
      "discord": "PNvZiBFvZivWMVIgFC0lArKPKXG7M",
      "email": "c@.com",
      "email_verified": "2024-07-27T01:16:28.249Z",
      "first_name": "uV3cA2ZMwNE",
      "front_id": "jqOpRNFlIyC",
      "github": "xQAxhvwMWplBWljOvkf9r",
      "id": "fb075e3a-ca9f-4839-a7ea-e36732cfa30f",
      "image": "https://5pGjDGUTFs.qVD.com/6D5lLWEK/P2zbeoIE2dfl",
      "is_service_account": true,
      "last_name": "ILQcvVd",
      "mailchimp_id": "bHVYfhXTww94",
      "name": "6Rjr1qGlkM0voFoRg4U7mD65e8",
      "phone": "+1-918-518-5638",
      "stripe_id": "cLmp",
      "updated_at": "2024-07-27T01:16:28.249Z"
    }
  ],
  "next_page": "MNSpv8UQ"
}