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": true,
      "company": "erd",
      "created_at": "2024-04-26T17:03:50.800Z",
      "discord": "zLDk",
      "email": "Mmm1xavmP@7ax.com",
      "email_verified": "2024-04-26T17:03:50.800Z",
      "first_name": "lEqbqFMJR8vdM5vrV",
      "github": "q",
      "id": "77b8711b-b71c-4cbb-9b77-34285596f82b",
      "image": "https://BgRHwr.9.com/prdOb/cF",
      "is_service_account": true,
      "last_name": "R5ev8MXy5gIj",
      "name": "yA03ENMVMziLH3jS9vo4LXjw0H",
      "phone": "+1-221-969-1827",
      "updated_at": "2024-04-26T17:03:50.800Z"
    }
  ],
  "next_page": "Qib"
}