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": "2pv7Q0i3m0gMdB3b3b",
      "created_at": "2025-02-11T16:13:53.294Z",
      "discord": "1TWsq0DFqCElS3ezamiHhkNXxJ",
      "email": "Q@Y042oI9.com",
      "email_verified": "2025-02-11T16:13:53.294Z",
      "first_name": "YDmiy0j",
      "github": "5m7QaDs9t",
      "id": "e6926b3c-a44b-4195-bf0c-9c8c55b1004b",
      "image": "https://Stz3.N.com/wZ9aAoqn/QFuwyeaN3",
      "is_service_account": true,
      "last_name": "h9WJXzSf",
      "name": "SN9ypptWa",
      "phone": "+1-981-374-7247",
      "updated_at": "2025-02-11T16:13:53.294Z"
    }
  ],
  "next_page": "LmkvjtkZUNYsooFzTuzO5"
}