I am testing and developing a workflow to modify the account alias/account friendly name as it is presented on the customer facing side. Our use case is a product type reserved for teens and young adults and once they turn 21, EWF modifies the ScCode. I am working to modify the customer facing friendly name associated with that account but getting a 403 error. I thought it may be permissions related as the documentation states that the service account requires "Read/Write" permissions. My previous POC for EWF/Banno integration (RDC approval automation) required "View Everything". To my understanding, we've modified the permissions to allow updating the "name" via PUT API but continue to get the 403 error. (Related to Jack Case 14548353). EWF support indicated that they internally are getting the same error from their test environment. Case transferred to Banno support where they directed me to Stack Overflow.
Permissions set according to documentation. Passing URI with required fields. Input JSON string with "Name" element for PUT.