listGroupContacts

@Transactional(readOnly = true)
fun listGroupContacts(tenantId: String, groupId: String): List<ContactResponse>(source)