APIUsersList 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": "",
      "created_at": "2025-07-14T12:17:38.757Z",
      "deletion_scheduled": true,
      "discord": "afGR",
      "email": "pp@aM13zV0ij0.com",
      "email_verified": "2025-07-14T12:17:38.757Z",
      "first_name": "tIL5BvdhdjW86vmlQ96IXuyPRcYFm",
      "github": "krg9cYAkLaU4",
      "id": "e4ec3ead-353c-4ed6-9e5e-65fdbb218b73",
      "image": "https://4.gXw3KCjbX38.com/EQxw1WKN/Iuf52dZDMpIL",
      "is_onboarded": false,
      "is_service_account": false,
      "last_name": "0HpK7PjNI",
      "name": "nScXff9MJrPX1YF6Ww",
      "phone": "+1-125-784-8569",
      "updated_at": "2025-07-14T12:17:38.757Z"
    }
  ],
  "next_page": "s4TAkjIP"
}