Azure DevOps Services Users

1

Organization Name

The name of your Azure DevOps organization. You can find it in the URL of your DevOps portal. Example: https://dev.azure.com/your_organization_name/

2

Personal Access Token (PAT)

Personal Access Token is required to authenticate and authorize API requests to Azure DevOps Services.

  • Login to your Azure DevOps account.

  • Go to User Settings then Personal Access Tokens then click New Token.

  • Set a descriptive Name and an appropriate Expiration date.

  • Select the required Organization.

  • Under Scopes, choose Custom defined and ensure the following permission is granted: Graph (Read) — to access identity information.

  • Click Create and securely copy the generated token.

circle-info

🔵 Graph (Read) — to access identity information.

circle-info

🔵 Important: The token owner must have at least "Basic Read" access to the Azure DevOps project and repository.

3

Is Secure

This optional field defines whether the connection uses secure protocol. It should be set to true for all Azure DevOps Service connections (HTTPS).

circle-exclamation

Was this helpful?