Hello!
We have 2 active provider accounts which have authorized our private app to read and write patients, among other scopes. However, when trying to use the create patient api we receive "403 { detail: 'You do not have permission to perform this action.' }"
This is a POST to /patients.
I've deauthorized and reauthorized the apps to no avail. Something that could be affecting it, is that we deactivated a number of our providers. And it's possible that the account that created the app was associated with those accounts? When I login with them it says they are suspended.
This is affecting our production app and would love to clear up this issue. Thanks!