Thomas Pedersen
posted this on February 16, 2010 12:15 am
Each user has a role, which determines the apps available to them.
Returns a single role.
<role> <id>21456</id> <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>