---
title: UMA endpoints
description: When acting as an UMA server, AM exposes the following endpoints. Click on them for more information about what they can do, and how to use them:
component: pingam
version: 8.1
page_id: pingam:uma:uma-endpoints
canonical_url: https://docs.pingidentity.com/pingam/8.1/uma/uma-endpoints.html
keywords: ["User-Managed Access (UMA)", "Endpoints"]
page_aliases: ["uma-guide:uma-endpoints.adoc"]
---

# UMA endpoints

When acting as an UMA server, AM exposes the following endpoints. Click on them for more information about what they can do, and how to use them:

| Endpoint                                     | Description                                                                                                                                                                                                    |
| -------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `/uma/resource_set`                          | Lets users register and manage UMA resources ([ Federated Authorization for User-Managed Access (UMA) 2.0](https://docs.kantarainitiative.org/uma/wg/oauth-uma-federated-authz-2.0-08.html) endpoint).         |
| `/uma/permission_request`                    | Returns permission tickets during the UMA grant flow ([ Federated Authorization for User-Managed Access (UMA) 2.0](https://docs.kantarainitiative.org/uma/wg/oauth-uma-federated-authz-2.0-08.html) endpoint). |
| `/json/users/{user}/uma/policies`            | Creates and manages UMA-related authorization policies.                                                                                                                                                        |
| `/json/users/{user}/oauth2/resources/labels` | Creates, queries, and deletes UMA user labels.                                                                                                                                                                 |
| `/json/users/{user}/uma/pendingrequests`     | Manages UMA resource pending requests.                                                                                                                                                                         |
| `/uma/claims_gathering`                      | Handles interactive claims-gathering requests during UMA flows.                                                                                                                                                |
| `/uma/.well-known/uma2-configuration`        | Exposes provider configuration during UMA discovery.                                                                                                                                                           |

|   |                                                                                                                            |
| - | -------------------------------------------------------------------------------------------------------------------------- |
|   | For examples of most of the calls to the endpoints, see [The Postman Collection](uma-example.html#uma-postman-collection). |
