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": "missing_payment_method",
      "can_train_on_data": true,
      "company": "C5Yhd3e2Hgu0T78G5rou4B1PZo2g",
      "created_at": "2024-12-19T17:50:37.972Z",
      "discord": "7GIBbcSqFAyc1KSd7WN",
      "email": "AuBBN8@i.com",
      "email_verified": "2024-12-19T17:50:37.972Z",
      "first_name": "mkYTgFyii496vUyhbyK",
      "github": "b6QcPDTmuAuPyEeti6VuXVvm",
      "id": "36b421a0-898e-4d42-8836-e62ee8ba8692",
      "image": "https://J9rYPG5rCdH1.5IM6km2uTxHc.com/XYZL/3L1PnwHEC0",
      "is_service_account": true,
      "last_name": "irHoOKIgrqk9Wsaz",
      "name": "s0al2ZWszEYOj2N2q0",
      "phone": "+1-883-719-7139",
      "updated_at": "2024-12-19T17:50:37.972Z"
    }
  ],
  "next_page": "8jn"
}