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": "V",
      "created_at": "2024-07-27T01:16:27.829Z",
      "discord": "sasJZRQcTXi6e7lWpLT",
      "email": "bQwnLUyJ@9MvI9ZR.com",
      "email_verified": "2024-07-27T01:16:27.829Z",
      "first_name": "z2vPkM1ov2uATtcAlFa8",
      "github": "eHGvdw2OscKru5RttbjNkjnGhdqE",
      "id": "509aaf3a-948d-4fb6-994e-a1fa397c78db",
      "image": "https://FftPk7..com/03WuCdP83c/DqPbEhwCgVi",
      "is_service_account": true,
      "last_name": "fYaR0Q9KlQlv8XfRLqm967KzuHd",
      "name": "BxWvCBQg66ysiifoKbK8cmwbkZxQV",
      "phone": "+1-925-211-1037",
      "updated_at": "2024-07-27T01:16:27.829Z"
    }
  ],
  "next_page": "3neoATA5AG"
}