# Fetch a list of Groups Without any params, returns a list of the Groups the user belongs to Endpoint: GET /groups Version: 6.10.0 Security: BasicAuth, ApiKey ## Query parameters: - `all` (boolean) Can only be used by admins or managers to fetch all entities - `userId` (integer) Standard users can use this only with their own _userId_ ## Response 200 fields (application/json): - `id` (integer) - `name` (string) - `groupId` (integer) - `attributes` (object)