Thomas Pedersen
posted this on Feb 16 00:15
Each user has a role, which determines the apps available to them.
Returns a single role.
<role>
<name>Marketing</name>
</role>
Returns all roles in one list. The body of each role is the same as for show role.
<roles type="array">
<roles>
...
</roles>
<roles>
...
</roles>
</roles>