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": "7BbIo",
      "created_at": "2025-07-15T17:16:20.227Z",
      "deletion_scheduled": true,
      "discord": "",
      "email": "nj9P@bD5IgJkB.com",
      "email_verified": "2025-07-15T17:16:20.227Z",
      "first_name": "A8LuKMXiHiqG1WgGkBkPS2AVueh7n",
      "github": "MADibfEHGyvNP6j7Anlf7Hoc4Aal0C",
      "hubspot_contact_id": "ylUrf5dKL0",
      "id": "ac80a2d5-79bb-42b1-b1f0-d57c911452ab",
      "image": "https://3mHG.3VH8.com/2GiVvb/KDqnNMkMQy5m",
      "is_onboarded": true,
      "is_service_account": true,
      "last_name": "2hi2y6j",
      "name": "WvuT5dbmX5V",
      "phone": "+1-800-982-7137",
      "stripe_id": "plKJEoyol",
      "updated_at": "2025-07-15T17:16:20.227Z"
    }
  ],
  "next_page": "jPl7Rwm5aWtoSaEoReSj1ET9rXk"
}