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": false,
      "company": "NDZoyDMO",
      "created_at": "2025-01-09T18:27:37.220Z",
      "discord": "o1Bbpx",
      "email": "HAndlRE@vLazJ5.com",
      "email_verified": "2025-01-09T18:27:37.220Z",
      "first_name": "mVeOZdbE0YWeVz",
      "github": "9Eg0tVen5hBAYT",
      "id": "b4c4628e-b63a-46c2-9ac8-ae79b518914e",
      "image": "https://jPMlB7.nZe.com/Tao7KYF4m3/TX7Pbrd",
      "is_service_account": true,
      "last_name": "NOvKn4C9pr4WchiH5MN",
      "name": "fug3Rf7wC8biSjqkvOBtwaDGDqD",
      "phone": "+1-471-196-4548",
      "updated_at": "2025-01-09T18:27:37.220Z"
    }
  ],
  "next_page": "3XMd7tr3s"
}