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": true,
      "company": "qdK5y2jc24HiWwj42M",
      "created_at": "2025-05-22T02:05:04.292Z",
      "deletion_scheduled": true,
      "discord": "KQcJHRN",
      "email": "A@MtN0gqSXo.com",
      "email_verified": "2025-05-22T02:05:04.293Z",
      "first_name": "MdYzuoD0Rjkn2VaPtzzltXwPQ",
      "github": "ejbX",
      "hubspot_contact_id": "",
      "id": "5fc288f9-068f-4842-98ce-199b4b60637c",
      "image": "https://Nk92HC.yj9.com/drxgxh6/LRpuXeDpj",
      "is_onboarded": false,
      "is_service_account": false,
      "last_name": "nUhwf3VuOp9x6kNydI",
      "name": "2nxRGmc63XSMIXU3x5rcJsH",
      "phone": "+1-794-796-9563",
      "stripe_id": "ZO",
      "updated_at": "2025-05-22T02:05:04.293Z"
    }
  ],
  "next_page": "oX6U8JYoBcEGN6QRQpCxTYt2bSBH"
}