roleList
Overview
List all roles in the platform, including Anonymous and Administrator.
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" : [ "...", ... ] }