I'm encountering a strange issue when trying to access extended table data from my Dynamics 365 production environment. The same API call works perfectly fine in the sandbox environment, but in production, I consistently receive a 403 Forbidden error with the following message:
I've already verified that the user I'm using for the API call has the necessary permissions to access the extended table data in production. I've also checked the environment settings and security configurations, but couldn't find anything out of the ordinary.
Here's a breakdown of what I've tried so far:
- Sandbox vs. Production: The API call works in sandbox but fails in production.
- Permissions: Verified that the user has the correct permissions.
- Environment Settings: Checked settings and security configurations.
Thanks in advance!