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": "4DI",
      "created_at": "2025-05-22T02:05:00.821Z",
      "deletion_scheduled": false,
      "discord": "LYuQlv1rnpo",
      "email": "msR@kbD.com",
      "email_verified": "2025-05-22T02:05:00.821Z",
      "first_name": "SdAOQPmh1FQw8Eah",
      "github": "xuYkjWuIu1MyRD",
      "id": "818b60c3-9cd5-46b0-b2ba-45acd881a567",
      "image": "https://dAs5a5gyU.u0TaNkg.com/yYPpT3oB/2m051zcSB",
      "is_onboarded": false,
      "is_service_account": true,
      "last_name": "36VvoZzBs",
      "name": "B",
      "phone": "+1-465-802-6839",
      "updated_at": "2025-05-22T02:05:00.821Z"
    }
  ],
  "next_page": "TTq2a"
}