public. Retrieve a list of all groups.
None
None
| Name | Value | Description |
| NotFound | 404 | No groups found |
| Ok | 200 | The request completed successfully |
| Unauthorized | 401 | Authentication failed |
Output:
<groups> <group name="default"/> </groups>
Currently, this API always returns the "default" group.
None