findGroupsByUserId

abstract fun findGroupsByUserId(id: String): List<Group>

Retrieves all groups for a given user.

Return

a list of groups the user is a member of

Parameters

id

the id of the user