Invite Users to Azure DevOps Project via REST API (PowerShell)
The goal of the script is to invite a user to a specific project in Azure DevOps via REST. Invoke Request was used to add a user with the appropriate permissions. I'm able to successfully retrieve the Project ID via…