enterprise-admin
Add or update a Visual Studio subscription user match
Updates a manual match between a user and a Visual Studio subscription.
put/enterprises/{enterprise}/visual-studio-subscriptions/{visual_studio_subscription_id}
Path parameters
visual_studio_subscription_idstring required
The ID of the Visual Studio subscription to add or update the match for. This is a GUID that comes from the Visual Studio management portal.
enterprisestring required
The slug version of the enterprise name
Request body
Response
Response
Example response
{
"visual_studio_subscription_email": "vs-subscriber@example.com",
"subscription_id": "00000000-0000-0000-0000-000000000000",
"username": "gh-user",
"manual_match": true
}