PingOne Platform APIs

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.

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.