Skip to main content

Pentaho+ documentation has moved!

The new product documentation portal is here. Check it out now at docs.hitachivantara.com

 

Hitachi Vantara Lumada and Pentaho Documentation

roleList

Overview

List all roles in the platform, including Anonymous and Administrator.

roleList element

Type: roleListWrapper

Example XML

<?xml version="1.0" encoding="UTF-8"?>
<roleList>
  <roles>...</roles>
  <roles>...</roles>
  <!--...more "roles" elements...-->
</roleList>

Example JSON

{
  "roles" : [ "...", ... ]
}

Copyright © Pentaho.com