Pats

The PAT Lifecycle Management API allows users to manage the lifecycle of their personal access tokens (PATs), which can be used as an alternate method to authenticate into Azure DevOps.

Operations

Create

Creates a new personal access token (PAT) for the requesting user.

Get

Gets a single personal access token (PAT).

List

Gets a paged list of personal access tokens (PATs) created in this organization. Subsequent calls to the API require the same filtering options to be supplied.

Revoke

Revokes a personal access token (PAT) by authorizationId.

Update

Updates an existing personal access token (PAT) with the new parameters. To update a token, it must be valid (has not been revoked).