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": "5KDXBESNGD",
      "created_at": "2025-02-11T16:13:52.608Z",
      "discord": "6C71",
      "email": "q@.com",
      "email_verified": "2025-02-11T16:13:52.608Z",
      "first_name": "ZtCo2oZ7Ovc4A",
      "github": "09xW7w8PPJxLHWtxuvYHLxh9s",
      "hubspot_contact_id": "3p4gDQi4WP6HmbHbklEggOHrCGylg",
      "id": "9c527bc0-bc52-4621-b39e-e76421c4a0b9",
      "image": "https://8Iv4T7VbQAo6.yR.com/dMndNOjKEz/XZmW0v4s09x",
      "is_service_account": true,
      "last_name": "4mxU7G4uJJ1E9KgL7qETMpOozD",
      "name": "Z8gD",
      "phone": "+1-527-967-7965",
      "stripe_id": "HDA1BueO4JSN3XPAAic7BTv27eKH0",
      "updated_at": "2025-02-11T16:13:52.608Z"
    }
  ],
  "next_page": "cdrew6YyS"
}