Hi @pikachu,
Welcome to the Auth0 Community!
I understand you have encountered issues when exporting your tenant with the Auth0 Deploy CLI.
After looking closely at the error, it seems that your auth0-deploy-cli-extension application may not have checked the read:organizations
permission which is required. While you are there, it may be worth checking the update:organizations
, create:organizations
, and delete:organizations
permissions as well.
Once you have enabled these permissions, you can export your tenant settings using the Auth0 Deploy CLI.
Please let me know how this works for you.
Thank you.