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": true,
      "company": "",
      "created_at": "2025-07-04T14:11:02.872Z",
      "deletion_scheduled": false,
      "discord": "0tRpsw8w3cLVR7c6agdl",
      "email": "G@KuiTtre.com",
      "email_verified": "2025-07-04T14:11:02.872Z",
      "first_name": "iMmzh6xg0nfctrfAYU7N",
      "github": "1oH6k5qzB",
      "hubspot_contact_id": "xOS6Q",
      "id": "96d0a84c-3df8-405d-9219-bb5f903a6ede",
      "image": "https://b7ORgf8x.e.com/81HGGtyN59/ITwqVoj",
      "is_onboarded": false,
      "is_service_account": false,
      "last_name": "o6c6aVFZ7JSREViDnhbB",
      "name": "PGMWZhf1UQFoA3nOlZMNVOnCje0",
      "phone": "+1-949-534-8136",
      "stripe_id": "V2",
      "updated_at": "2025-07-04T14:11:02.872Z"
    }
  ],
  "next_page": "ZgPBx7v4XOYKYE80iJTZ"
}