getMembersOf

abstract suspend fun getMembersOf(groupId: GroupId): Result<Set<UserId>>

Return

a successful Result with all the members of the given groupId or a failed one in case of error.