Listing groups

NB: You can only use this function if you have the admin role on the platform.

saagieapi.groups.list

Example :

saagieapi.groups.list()

Response payload example :

 [
    {
        "name": "administrators",
        "protected": True
    },
    {
        "name": "test_group",
        "protected": False
    }
]