This function gives a list of all team roles and their included features.
uapi --output=jsonpretty \ --user=username \ TeamRoles \ list_feature_descriptions
{- "apiversion": 3,
- "func": "list_feature_descriptions",
- "module": "TeamRoles",
- "result": {
- "data": {
- "features": [
- "Backup",
- "MySQL® Databases",
- "PHP"
], - "id": "database",
- "title": "Database"
}, - "errors": null,
- "messages": null,
- "metadata": {
- "transformed": 1
}, - "status": 1,
- "warnings": null
}
}