We have a few accounts set up as Manager accounts that we use for testing in development. We were going through testing as we are doing a major update to the framework our code use when suddenly we were getting AuthorizationError.USER_PERMISSION_DENIED errors return to us upon authorization. We looked at the accounts and they seem to be fine. I am at a loss as to how to debug this issue.
This happens when we try to call
$customerService = $this->user->GetService("CustomerService");
$customer = $customerService->get();