Hi,
I’ve created a new tenant in a different geo-location to an original one, and want to copy all tenant info on to this new tenant, however I seem to have run into a problem where I can’t seem to access the email provider credentials to copy them across, either in the UI or via the API.
In the UI, under ‘branding’ → ‘email_provider’, they’re just not visible at all. (can’t see a way of allowing this, why wouldn’t I be able to see value I’d set? Also note that I’m a “team owner” for the account/tenants in question).
If I try the API as provided here:
https://auth0.com/docs/api/management/v2/emails/get-provider#scopes
… with my request as:
/api/v2/emails/provider?include_fields=true&fields=name,enabled,credentials,default_from_address
I just get an empty {} object for credentials (the other values seem to be correctly returned)
Am I missing something obvious? Surely I can read values I’ve set?
Thanks in advance for your help.
Noel