Hello All,
I am developing a multitenant Java application which would be hosted in one provider acoount and multiple accounts would be subscribing to this java application. My requirement is to find the list of accounts subscribing to my java application.
There is a console client command : list-subscribed-accounts to fetch this information but I want to fetch this information programmatically within my java application.
I have checked the com.sap.cloud.account api as well but could not find anything that serves this requirement. Is there any other API ?
Thanks,
Karthik