---
title: "List of discovered vendor accounts"
method: GET
path: "/discovered-vendors/{discoveredVendorId}/accounts"
tags: ["Discovered Vendors"]
---

# List of discovered vendor accounts

`GET /discovered-vendors/{discoveredVendorId}/accounts`

List of discovered vendor accounts.

## Path parameters

- `discoveredVendorId` string, required

## Query parameters

- `pageSize` integer — Controls the maximum number of items returned in one response from the API.
- `pageCursor` string — A marker or pointer, telling the API where to start fetching items for the subsequent page in a paginated dataset. Note that the requested page will not include the item that corresponds to this cursor but will start from the one immediately after this cursor.

## Response `200`

Ok

- PaginatedResponseDiscoveredVendorAccount
  - `results` object, required
    - `data` DiscoveredVendorAccount[], required
      - union
        - DiscoveredVendorUser
          - `id` string, required — The associated user's unique ID.
          - `email` string, required — The associated user's email address.
          - `displayName` string, required — The associated user's display name .
          - `type` 'USER', required
        - DiscoveredVendorComputer
          - `id` string, required — The associated computer's unique ID.
          - `displayName` string — The associated computer's display name.
          - `owner` DiscoveredVendorUser, required
            - `id` string, required — The associated user's unique ID.
            - `email` string, required — The associated user's email address.
            - `displayName` string, required — The associated user's display name .
            - `type` 'USER', required
          - `type` 'COMPUTER', required
    - `pageInfo` PageInfo, required — Provides information about the pagination of a dataset.
      - `endCursor` string, nullable, required — The cursor that points to the end of the current page, or null if there is no such cursor.
      - `hasNextPage` boolean, required — Indicates if there is another page after the current page.
      - `hasPreviousPage` boolean, required — Indicates if there is a page before the current page.
      - `startCursor` string, nullable, required — The cursor that points to the start of the current page, or null if there is no such cursor.

---

[API](https://skmtc.net/vanta/apis/build-integrations.md) · [All operations](https://skmtc.net/vanta/apis/build-integrations/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vanta/build-integrations/revisions/6c1f7590538b/schema)
