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": false,
      "company": "DLNJhXRbjVZD1osHzr9obT9Bktw",
      "created_at": "2024-12-19T17:50:37.230Z",
      "discord": "aNABJdYKWFQJaHjxHoU7",
      "email": "1DePPTVzn@q.com",
      "email_verified": "2024-12-19T17:50:37.230Z",
      "first_name": "i",
      "github": "FyweS1ASzpmjJU4G0ZqMb3zXWp",
      "hubspot_contact_id": "FZiIbi8l5w",
      "id": "d9da25d3-292a-4790-8c7d-c9b1f56aff73",
      "image": "https://edRDT6G.B.com/lLYWMXjBUw/i5tYIrW2OS",
      "is_service_account": false,
      "last_name": "rJz7VKrS5INKOEMtUArzBx",
      "name": "bDG",
      "phone": "+1-783-120-1704",
      "stripe_id": "hfa7qcyYG957DYe2gf6llQoUwX9bdJ",
      "updated_at": "2024-12-19T17:50:37.230Z"
    }
  ],
  "next_page": "RS3iHvZ0D9s6xjk"
}