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": false,
      "company": "RBD2hyi6210UAj5",
      "created_at": "2025-06-13T18:07:08.843Z",
      "deletion_scheduled": false,
      "discord": "XQPV62",
      "email": "Pe@ukI87.com",
      "email_verified": "2025-06-13T18:07:08.843Z",
      "first_name": "9",
      "github": "4CsYFwzE9hcm5hjvzPeICcKlUCaN",
      "id": "751883a4-6d96-4517-bbff-ba92c473610b",
      "image": "https://Jzfh..com/CHlNTHLzauH/Cf",
      "is_onboarded": true,
      "is_service_account": true,
      "last_name": "RYhmy7iHDM3Gcu",
      "name": "ulao8QjwgTir6kqbNWwLNqQcgyO",
      "phone": "+1-214-374-5517",
      "updated_at": "2025-06-13T18:07:08.843Z"
    }
  ],
  "next_page": "GVEBqIGyGpxtdWEsx179SIR0U"
}