Create User Role Assignment
POST {{apiPath}}/environments/{{envID}}/users/{{userID}}/roleAssignments
This PingOne collection contains only the requests without documentation. For the official PingOne Platform API documentation, see Create User Role Assignment.
Request Body
{"role"=>{"id"=>"{{roleID}}"}, "scope"=>{"id"=>"{{envID}}", "type"=>"ENVIRONMENT"}}