Hello,
Is it possible to query for a list of system users using the API RPC? I know it's possible with a MySQL query
select id, login, account_id from sys_users order by login;
I've searched through the API RPC manual, but I don't see a way to do this. I always have to specify a...