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": "payment_method_failed",
      "can_train_on_data": false,
      "company": "DpCSKzVMANYTGgIp",
      "created_at": "2025-07-03T15:42:37.842Z",
      "deletion_scheduled": false,
      "discord": "NaPSFU",
      "email": "@gj6BfxvTd.com",
      "email_verified": "2025-07-03T15:42:37.842Z",
      "first_name": "Qx6YjVXh9NNLGSZZB0Ovk",
      "github": "4p0jOth",
      "hubspot_contact_id": "ssyfwDDemubvl",
      "id": "6a821119-7aa1-4665-95ae-5ff5c75ed527",
      "image": "https://VYaJPaMVr.Ydkj.com/WbVBudC/MPs2",
      "is_onboarded": true,
      "is_service_account": true,
      "last_name": "CcMfNaEGn31",
      "name": "s4hbyrb3l",
      "phone": "+1-399-267-3070",
      "stripe_id": "nxA1MnvZ006b6bqZwZED",
      "updated_at": "2025-07-03T15:42:37.842Z"
    }
  ],
  "next_page": "IoO6IDw4CTaxBq"
}