API → UsersList users with extended information
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-extended
$ curl "https://api.zoo.dev/users-extended" \
	--header "Authorization: Bearer $TOKEN"
200 OK
Response
{
  "items": [
    {
      "block": "missing_payment_method",
      "can_train_on_data": true,
      "company": "Rf7rooZWUHuIRz8c",
      "created_at": "2024-04-26T17:03:51.684Z",
      "discord": "HHvooyul48RCzXziiLdJ",
      "email": "as7@sMfiI.com",
      "email_verified": "2024-04-26T17:03:51.684Z",
      "first_name": "r2AGDMTI4B93OZMBvupS79DG",
      "front_id": "gJnyPDOkvIkWxMcZ9DqEZYjFiP",
      "github": "wgAeAJd29WU8graC",
      "id": "f3ef9403-a3bd-4ebf-8c2f-deaf2327e611",
      "image": "https://zRUt3XBPymHC.FAK0hh.com/RWNxB/Qo1poM",
      "is_service_account": true,
      "last_name": "cZkEK5oPADIQf3B6v",
      "mailchimp_id": "tHDUTjhI",
      "name": "cInDQN4E0Ao6m9",
      "phone": "+1-591-142-2715",
      "stripe_id": "GTRsi695HTpnhKeq",
      "updated_at": "2024-04-26T17:03:51.684Z"
    }
  ],
  "next_page": "7VnrfdM7mkQO0ENW"
}