v56

latestOpenAPI 3.0.3MITraw.githubusercontent.com2026-08-011,4581,08113.3 MB
enterprise-admin

Get a list of Visual Studio subscriptions for the enterprise

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

get/enterprises/{enterprise}/visual-studio-subscriptions

Path parameters

enterprisestring required

The slug version of the enterprise name

Query parameters

is_unmatched_onlyboolean

When true, only returns Visual Studio subscriptions that are not matched to a GitHub user.

per_pageinteger

The number of results per page (max 100). For more information, see "Using pagination in the REST API."

pageinteger

The page number of the results to fetch. For more information, see "Using pagination in the REST API."

Response

Response

total_countinteger required

Example response

{
  "visual_studio_subscriptions": [
    {
      "visual_studio_subscription_email": "vs-subscriber@example.com",
      "subscription_id": "00000000-0000-0000-0000-000000000000",
      "username": "gh-user",
      "manual_match": true
    }
  ]
}