API → UsersList users
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
$ curl "https://api.zoo.dev/users" \
	--header "Authorization: Bearer $TOKEN"
200 OK
Response
{
  "items": [
    {
      "block": "payment_method_failed",
      "can_train_on_data": true,
      "company": "2IDxILocWAri",
      "created_at": "2025-04-25T16:40:44.671Z",
      "discord": "yViQY4UfAR4kQNuMmuKtC2L",
      "email": "@JVEPnw.com",
      "email_verified": "2025-04-25T16:40:44.671Z",
      "first_name": "8GTSML1Lz4ZczmValEJddTBuv7",
      "github": "GlU27",
      "id": "5d0cc466-750e-4cb6-bd07-f62005bfa632",
      "image": "https://61fpbWE1mO.C.com/Tl/jtzV2i",
      "is_service_account": true,
      "last_name": "",
      "name": "0BwdUGLz7s1jU",
      "phone": "+1-590-517-1631",
      "updated_at": "2025-04-25T16:40:44.671Z"
    }
  ],
  "next_page": "tioTwJDLAK6RCZpyhviMexH"
}