Issue while retrieving users information using ayon python api

Hi,
I am using ayon-python-api to retrieve users information. When I am using the method get_users(), I am getting the result as None but when I am using the method to retrive information about specific user get_user(username="demo"), I am getting the result. Is there a way where I can retrieve information for all the users?

Given below is the code snippet:
ayon_users
The output is:
ayon_users_output

There was missing implementation on server side. The endpoint on server will be removed and ayon-python-api will use GraphQl to receive users information (related PR).

Thanks for report

1 Like