getListAccounts

abstract suspend fun getListAccounts(listId: String, limit: Int? = null, pageInfo: PageInfo? = null): Page<List<Account>>?

Gets the list of accounts in the given list.