findAllGroupsOfUser

abstract fun findAllGroupsOfUser(email: String): List<Group>

Retrieves all groups of a given user email.

Return

a list of all groups

Parameters

email

the email of the user