---
title: OAuth2UserApplications
description: This endpoint exposes a list of all the applications (clients) that the user authorized using OAuth 2.0. Access for those applications can then be revoked on a per-client basis.
component: pingam
version: 8.1
page_id: pingam:entity-reference:sec-amster-entity-oauth2userapplications
canonical_url: https://docs.pingidentity.com/pingam/8.1/entity-reference/sec-amster-entity-oauth2userapplications.html
section_ids:
  sec-amster-entity-oauth2userapplications-realm-ops: Realm Operations
  sec-amster-entity-oauth2userapplications-realm-ops-delete: delete
  sec-amster-entity-oauth2userapplications-realm-ops-query: query
---

# OAuth2UserApplications

## Realm Operations

This endpoint exposes a list of all the applications (clients) that the user authorized using OAuth 2.0. Access for those applications can then be revoked on a per-client basis.

Resource path:

```
/users/{user}/oauth2/applications
```

Resource version: `1.1`

### delete

Delete the tokens for the specified client ID.

**Usage**

```
am> delete OAuth2UserApplications --realm Realm --id id --user user
```

**Parameters**

* *\--id*

  The unique identifier for the resource.

* *\--user*

  This endpoint exposes a list of all the applications (clients) that the user authorized using OAuth 2.0. Access for those applications can then be revoked on a per-client basis.

### query

Get a list of the applications that have been granted OAuth 2.0 access. Only `_queryFilter=true` is supported.

**Usage**

```
am> query OAuth2UserApplications --realm Realm --filter filter --user user
```

**Parameters**

* *\--filter*

  A CREST formatted query filter, where "true" will query all.

* *\--user*

  This endpoint exposes a list of all the applications (clients) that the user authorized using OAuth 2.0. Access for those applications can then be revoked on a per-client basis.
