Trying to understand why our AppFoundry integration receives a 401 Unauthorized error on the /api/v2/users/me endpoint immediately after a successful token refresh, specifically when the application is deployed across multiple organizations. The initial access token works, but the refreshed token fails validation within the same session.
- Verified the refresh token is valid and successfully exchanged for a new access token via the /oauth/token endpoint.
- Confirmed the client_id and client_secret match the registered AppFoundry application in the Genesys Cloud admin console.