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": "Q",
      "created_at": "2025-08-14T21:15:31.071Z",
      "deletion_scheduled": true,
      "discord": "PllSEzcXJZz6ev",
      "email": "O@Q.com",
      "email_verified": "2025-08-14T21:15:31.071Z",
      "first_name": "9L7qMl90Ii9hJDttrD",
      "github": "Mk",
      "id": "9f47ee70-8831-4aec-bdba-99bb8f59a6fa",
      "image": "https://0ITRhuaDwdI.P1BQRHbj1eKY.com/Y8/dK",
      "is_onboarded": true,
      "is_service_account": true,
      "last_name": "n2IXjw1jLs0ucR6zbaAtOWrCsufVG",
      "name": "QEiyy7L0",
      "phone": "+1-743-426-7245",
      "updated_at": "2025-08-14T21:15:31.071Z"
    }
  ],
  "next_page": "kYwH7ownljQsTG"
}