get Group

open fun getGroup(userId: String, groupId: String): Group

Method to get the user's group by its id

Return

the group as Group

Parameters

userId

The user identifier

groupId

The group identifier