
Azure DevOps REST API - identity picker (query on list of users)
Mar 22, 2025 · I'm using DevOps REST API via OAuth 2.0 to populate the fields of work item types. For identity fields, such as System.AssignedTo, I'm having a hard time trying to figure out the best API …
Authenticate to Azure Devops Python API using Managed identity
Aug 10, 2024 · I have currently been authenticating to Azure Devops Python API via personal access tokens, but we are now asked to move to using user-assigned managed identities. How can I use an …
Azure DevOps API Authentication - Stack Overflow
Feb 11, 2022 · I would like to use the Azure DevOps API to create a PAT for my user. But I'm unable to authenticate yet. In this document from Microsoft, they state that authentication is possible with a …
How to get work items associated within a pull request using Azure ...
Jan 22, 2024 · How to get work items associated within a pull request using Azure DevOps API Asked 1 year, 11 months ago Modified 1 year, 11 months ago Viewed 2k times
Azure DevOps REST api - Run pipeline with variables
Feb 13, 2021 · You can do it with both the Runs API and Build Queue API, both work with Personal Access Tokens. For which one is the better/preferred, see this question: Difference between Azure …
Unable to call Azure DevOps Rest Api through PAT token
Jan 12, 2024 · I can use the same PAT token to publish packages to Azure DevOps artefact feed (Nuget and NPM). Any help would be appreciated on why the PAT token is not working when using rest api.
azure devops - How to add users to a particular repository using API ...
Aug 16, 2024 · I am struggling in going through the API documentation for Azure devops on how to add a user to a particular repo using Rest API with read and write access to a git repository. Please guide …
powershell - Azure DevOps REST API - Stack Overflow
Mar 12, 2024 · Azure DevOps REST API - How to update variable in Azure variable group? Asked 1 year, 9 months ago Modified 1 year, 3 months ago Viewed 3k times
How to InvokeRESTAPI@1 for Azure DevOps own REST API
Mar 21, 2024 · I want to use the InvokeRESTAPI@1 task in an Azure DevOps to query the Azure DevOps API itself (in the same org, same project). That should be able to use the built-in Azure …
Azure DevOps REST API List Items is not returning all items when using ...
Aug 1, 2023 · Azure DevOps REST API List Items is not returning all items when using Full recursion Asked 2 years, 4 months ago Modified 2 years, 1 month ago Viewed 2k times