Windows User Computers
List all Windows User Computers
List WindowsUserComputer resources for the given application.
** Headers **
Authorization: Bearer <access_token>
** Scopes **
connectors.self:read-resource
GET
List all Windows User Computers
Documentation Index
Fetch the complete documentation index at: https://developer.vanta.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Query Parameters
Vanta generated identifier for the given resource, and can be found on the developer console page. See the list of registered resources and their IDs on https://app.vanta.com/settings/developer-console/<app_id>?tab=resources
Response
200 - application/json
List of resources.
Previous
Sync all Windows User ComputersTo send us data related to employee/contractor Windows computers, you send us `WindowsUserComputer` resources. This helps us determine important security properties, like whether devices have encrypted drives, have anti-virus installed or have password managers installed.
This call replaces ALL existing `WindowsUserComputer` resources for the given app and `source_id` - this is a "state of the world" sync. In other words, if a `WindowsUserComputer` resource is sent for a user in a previous `sync_all` call, but is not included in a later `sync_all` call for that customer, it is assumed to no longer exist and is deleted in Vanta.
** Headers **
```
Authorization: Bearer <access_token>
```
** Scopes **
```
connectors.self:write-resource
```
** Schema **
Expand the `resources` array below for the schema of `WindowsUserComputer`.
Next
List all Windows User Computers