---
title: User Application Role Assignments
description: The users application role assignments endpoint implements functions to create, read, and delete the PingOne Authorize application role assignments associated with user resources. For more information about application roles and the permissions associated with each role, refer to PingOne Authorize Application Roles.
component: pingone-api
page_id: pingone-api:platform:users/user-application-role-assignments
canonical_url: https://developer.pingidentity.com/pingone-api/platform/users/user-application-role-assignments.html
section_ids:
  users-role-assignments-data-model: Users role assignments data model
  response-codes: Response codes
---

# User Application Role Assignments

The users application role assignments endpoint implements functions to create, read, and delete the PingOne Authorize application role assignments associated with user resources. For more information about application roles and the permissions associated with each role, refer to [PingOne Authorize Application Roles](../../authorize/introduction.html#application-roles).

## Users role assignments data model

| Property         | Type   | Required? | Mutable?  | Description                                                             |
| ---------------- | ------ | --------- | --------- | ----------------------------------------------------------------------- |
| `environment.id` | String | N/A       | Read only | Specifies the environment associated with the user.                     |
| `id`             | String | Required  | Mutable   | Specifies the application role ID to assign to the specified user.      |
| `name`           | String | N/A       | Read only | Specifies the name of the application role assigned to the user.        |
| `description`    | String | N/A       | Read only | Specifies the description of the application role assigned to the user. |

## 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. |
| 404  | The requested resource was not found.    |
