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": "zN2Vvy99BbxFEd",
      "created_at": "2025-01-07T17:18:33.896Z",
      "discord": "oz83PwdmS1HshwAa2ebECQvwLx7Y",
      "email": "IQc4s@I.com",
      "email_verified": "2025-01-07T17:18:33.896Z",
      "first_name": "cb4ulo3pyHnQ8Swf878",
      "github": "SaJmWD0wdxHsyUU",
      "id": "af77384a-3075-4697-9edd-6d6db08ce4b2",
      "image": "https://d8i6pG2GcG.tZLzRG87.com/JKim71a6leK/A",
      "is_service_account": true,
      "last_name": "toO9kH1qHRzctpdxVjbA41",
      "name": "8jULSuDibONDe",
      "phone": "+1-779-810-8161",
      "updated_at": "2025-01-07T17:18:33.896Z"
    }
  ],
  "next_page": "J7mbmZwWLGLBfSlHQJ5YwoS2ueKgs"
}