---
title: "Get a list of Visual Studio subscriptions for the enterprise"
method: GET
path: "/enterprises/{enterprise}/visual-studio-subscriptions"
tags: ["enterprise-admin"]
---

# Get a list of Visual Studio subscriptions for the enterprise

`GET /enterprises/{enterprise}/visual-studio-subscriptions`

Retrieves a list of Visual Studio subscriptions for the specified enterprise.

## Path parameters

- `enterprise` string, required

## Query parameters

- `is_unmatched_only` boolean
- `per_page` integer
- `page` integer

## Response `200`

Response

- object
  - `total_count` integer, required
  - `visual_studio_subscriptions` VisualStudioSubscriptionAssignment[], required
    - `visual_studio_subscription_email` string — The email associated with the Visual Studio subscription assignment in the visual studio portal.
    - `subscription_id` string — The ID of the Visual Studio Subscription. This is a GUID that comes from the Visual Studio management portal.
    - `username` string, nullable — The GitHub username of the user associated with the Visual Studio subscription assignment.
    - `manual_match` boolean — Indicates if the Visual Studio subscription assignment was manually matched to a user.

## Other responses

- `404` — Resource not found

---

[API](https://skmtc.net/github/apis/github-v3-rest-api-3.md) · [All operations](https://skmtc.net/github/apis/github-v3-rest-api-3/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/github/github-v3-rest-api-3/versions/dc0584ac4e13/schema)
