---
title: Application Roles
description: The PingOne Authorize {{apiPath}}/v1/environments/{{envID}}/applicationRoles endpoint provides operations to create, read, update, and delete application roles in PingOne.
component: pingone-api
page_id: pingone-api:authorize:application-permissions/application-roles
canonical_url: https://developer.pingidentity.com/pingone-api/authorize/application-permissions/application-roles.html
section_ids:
  application-roles-data-model: Application roles data model
  response-codes: Response codes
---

# Application Roles

The PingOne Authorize `{{apiPath}}/v1/environments/{{envID}}/applicationRoles` endpoint provides operations to create, read, update, and delete application roles in PingOne.

## Application roles data model

| Property      | Type?  | Required? | Mutable?  | Description                              |
| ------------- | ------ | --------- | --------- | ---------------------------------------- |
| `description` | String | Optoinal  | Mutable   | The description of the application role. |
| `id`          | String | N/A       | Read-only | The ID of the application role.          |
| `name`        | String | Required  | Mutable   | The name of the application role.        |

## Response codes

| Code | Message                                                               |
| ---- | --------------------------------------------------------------------- |
| 200  | Successful operation.                                                 |
| 201  | Successfully created.                                                 |
| 204  | Successfully removed. No content.                                     |
| 400  | The request could not be completed.                                   |
| 401  | You do not have access to this resource.                              |
| 403  | You do not have permissions or are not licensed to make this request. |
| 404  | The requested resource was not found.                                 |
