I'm trying to replace a logins for Connect that use basic credentials with OAuth. Can't seem to edit an existing login to do this (defaults back to Basic). So instead I want to delete the existing login so I can add a new one using OAuth. But the Delete button is disabled. I've removed this login from the apps. But how do I delete a tenant login? thanks, Nick
... View more
Nice work @kazuki. This is exactly what I had asked for in an earlier post: https://community.zuora.com/t5/API/How-to-get-rate-plans-charges-and-tiers-for-a-given-product-via/m-p/21868#M1245 But yes, Zuora - please confirm if this is new, and if so, update the API spec.
... View more
We would very much like to see this capability implemented. From a risk perspecitve, Zuora does not allow us to implement data loss prevention measure. The ability of users to bulk export sensitive customer data, and delete records of the export, without any logs or auditiing is concerning. Please consider implementing this as a priority.
... View more
Hi, Using the REST API, is it possible to get a list of rate plans, and charges, and charge tiers for a given product? I know that I can get the whole product catalogue, and can get individual tiers, charges and rate plans, but I need to know the IDs first. I could use a series of ZoQL queries, but was hoping there was a way to do this via the REST API. Something like: GET v1/catalog/product/{id} Any suggestions really appreciated. kind regards, Nick
... View more