Couz
Couz

Reputation: 751

Create a service account for REST API in Azure Devops Service

I am looking for a way to create a service account to access the Azure Devops REST API.

The goal would be that this service account would be able to list all the projects.

For now the only solution I found was to create a new user, add it to an overall admin group and create a PAT for it.

Does anyone found another way of doing so ?

Thanks in advance

PS: we have a Azure Devops Service solution

Upvotes: 0

Views: 869

Answers (1)

RoyWang-MSFT
RoyWang-MSFT

Reputation: 300

Based on your description and concern, please note that the service account in Azure DevOps Service is automatically created for you when you create an organization in Azure DevOps Services. It is used when clients communicate with the hosted service and can be viewed through the web portal administration page.

And it is not supported to manually create service Account in Azure DevOps Service.

For more information, you could refer to the doc: Service account requirements - Azure DevOps | Microsoft Docs & Service accounts and dependencies - Azure DevOps Server | Microsoft Docs .

Upvotes: 1

Related Questions