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": false,
      "company": "szXBLcXbxrY4tDY9xhDUXb",
      "created_at": "2024-09-07T21:57:29.229Z",
      "discord": "4l7Po7kk0TcDs8juO",
      "email": "6@g6M4DaDUJ.com",
      "email_verified": "2024-09-07T21:57:29.229Z",
      "first_name": "8UxIHGiKz",
      "github": "niWvFxVjznjCKGH6",
      "id": "9642c3f7-9bb2-4343-ab0a-50091b4bd971",
      "image": "https://W3p.l8LLjjWOfF.com/tj/AN5LnkOgBR",
      "is_service_account": true,
      "last_name": "WJH31EBHaT0W6l8uLM5ZT9",
      "name": "TIBs90bdGmYpkU5sO5ABtx9dH8KzL",
      "phone": "+1-638-765-1557",
      "updated_at": "2024-09-07T21:57:29.229Z"
    }
  ],
  "next_page": "6V9s51oC"
}