Answer the question
In order to leave comments, you need to log in
Call users.get method via community key?
Is it possible to call users.get via the community key?
Tried
import vk_api
vk_session = vk_api.VkApi(token='token')
vk = vk_session.get_api()
vk.method("users.get", {'user_ids': '1'})
TypeError: __call__() takes 1 positional argument but 3 were given
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question