APIUsersList 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": "missing_payment_method",
      "can_train_on_data": true,
      "company": "2FSNurh8lWGtFkhR6fydhCSF",
      "created_at": "2025-07-10T11:07:39.158Z",
      "deletion_scheduled": false,
      "discord": "zyrQdDLriG4iYCmx5TgbswZr",
      "email": "0m99aBO9qU@f7Z4B0x.com",
      "email_verified": "2025-07-10T11:07:39.158Z",
      "first_name": "",
      "github": "eGrqh10iXqITqcijMKD3aZ5",
      "id": "75e096c1-f33b-430d-b1af-30de39cf4857",
      "image": "https://uIdsUYcjbhP.9ICbDuou.com/a6ld/EtMjQXHIVgM",
      "is_onboarded": true,
      "is_service_account": false,
      "last_name": "KUrBRKqdjps02FO7Z8Hjrq4f",
      "name": "TTI2mSQnImrbNNG3c4uqyKfE79O",
      "phone": "+1-745-723-6843",
      "updated_at": "2025-07-10T11:07:39.158Z"
    }
  ],
  "next_page": "cH1Sn2xWx8asgYXPjc"
}