findById

abstract fun findById(groupId: String): Group?

Retrieves a group by its ID.

Return

the group with the given ID, or null if no group found

Parameters

groupId

the ID of the group to retrieve