How can I get a list of the customers that exist on a Skyve instance?
The only idea I've had is to query a table like ADM_SECURITYUSER directly:
SELECT distinct BIZCUSTOMER FROM ADM_SECURITYUSER
But I'd prefer to use something from the skyve API if it's available.