---
title: Application Role Assignments
description: The PingOne Authorize`{{apiPath}}/v1/environments/{{envID}}/applicationRoles/{{appRoleID}}/assignments` endpoint provides operations to read application role assignments in PingOne.
component: pingone-api
page_id: pingone-api:authorize:application-permissions/application-role-assignments
canonical_url: https://developer.pingidentity.com/pingone-api/authorize/application-permissions/application-role-assignments.html
section_ids:
  application-role-assignments-data-model: Appliction role assignments data model
  response-codes: Response codes
---

# Application Role Assignments

The PingOne Authorize\`{{apiPath}}/v1/environments/{{envID}}/applicationRoles/{{appRoleID}}/assignments\` endpoint provides operations to read application role assignments in PingOne.

## Appliction role assignments data model

| Property  | Type?  | Required? | Mutable?  | Description                                                                                   |
| --------- | ------ | --------- | --------- | --------------------------------------------------------------------------------------------- |
| `id`      | String | N/A       | Read-only | The ID of the API server operation. This is randomly generated when the operation is created. |
| `role`    | Object | N/A       | Read only | The role associated with the role assignment.                                                 |
| `subject` | Object | N/A       | Read only | The user associated with the role assignment.                                                 |

## Response codes

| Code | Message                                                               |
| ---- | --------------------------------------------------------------------- |
| 200  | Successful operation.                                                 |
| 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.                                 |
