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
I've searched through the API RPC manual, but I don't see a way to do this. I always have to specify a filter, I can't find a way to just query for all users.
Thanks for any pointers.
Jay
Is it possible to query for a list of system users using the API RPC? I know it's possible with a MySQL query
Code:
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 filter, I can't find a way to just query for all users.
Thanks for any pointers.
Jay