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": "8h6fVgY7b7diAK9BuWP8d0NcE",
      "created_at": "2025-01-07T17:18:31.502Z",
      "discord": "2vyefP5sbSxOyRsPnnsf5j0W4eO8Gn",
      "email": "GwXeaB@cF.com",
      "email_verified": "2025-01-07T17:18:31.502Z",
      "first_name": "Y0bM38I73KQxtUbYx4V0mwDhGjuDzk",
      "github": "EYDn7TfxCR9og8Mlvy7wju0vpm",
      "hubspot_contact_id": "O4QLlDL73ZCXJRVBCN9",
      "id": "6c4aec9b-d86e-4463-b02c-be0ff73e51e8",
      "image": "https://dn0.DlWki2zcLLi.com/ZsrVJT/jGIuUBzuuFO",
      "is_service_account": true,
      "last_name": "Oa0lX5qHubQg3ZXLb",
      "name": "HIl2MPUxCcKnUcP",
      "phone": "+1-330-138-7189",
      "stripe_id": "ap1BzhCo1OnEMYOTTlb",
      "updated_at": "2025-01-07T17:18:31.502Z"
    }
  ],
  "next_page": "9q5mpwjQhYwHnMua5ObPUh"
}