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": "vUkFTxxtRhTDRqv",
      "created_at": "2024-09-19T16:12:44.173Z",
      "discord": "f",
      "email": "GzSMgvz98u@JO2zBqtq.com",
      "email_verified": "2024-09-19T16:12:44.173Z",
      "first_name": "s2PAPnKWqwGb",
      "github": "S9eLeJ1",
      "id": "167d8d55-2d4b-46a2-a036-ab1ab07c12a1",
      "image": "https://.r0M6KKU7O7Io.com/7/AQ",
      "is_service_account": true,
      "last_name": "tOCP8p7D",
      "name": "Pf559YPoIEKewzo7vmhPHtbLK",
      "phone": "+1-153-832-5218",
      "updated_at": "2024-09-19T16:12:44.173Z"
    }
  ],
  "next_page": "9tR4rExD051gsYVv6rsYJaM97F"
}