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": "",
      "created_at": "2024-09-19T16:12:44.892Z",
      "discord": "AEWjGawh",
      "email": "Vb@vdxcBb.com",
      "email_verified": "2024-09-19T16:12:44.892Z",
      "first_name": "ce6Q7wfjR1Cv4MVMMUDaLC",
      "github": "",
      "id": "fbd5905a-026f-42a5-8a05-e0313f874078",
      "image": "https://5mMvKdlN.ATo.com/EsrZc8Bd/zEB0DkfMhwJh",
      "is_service_account": false,
      "last_name": "r",
      "mailchimp_id": "kNNjDm8rAGD7T6RUl3Ie5UK",
      "name": "PnxWk",
      "phone": "+1-211-358-1479",
      "stripe_id": "tGzzhCmfURLIjxzisiNzE7IlksH",
      "updated_at": "2024-09-19T16:12:44.892Z"
    }
  ],
  "next_page": "Toa"
}