Role/privilege required for REST API externalBankAccounts for employee external bank accounts
We are looking for a solution to update multiple existing employee external bank accounts.
For this goal, we decided to use the REST API for externalBankAccounts.
Ref:
REST API for Oracle Fusion Cloud Financials - Get all external bank accounts
The problem we are currently facing is that when we try to retrieve the data using bellow call, only a single row is returned, related to the bank account for the user being used in the basic authentication. So we cannot query other bank accounts.
/fscmRestApi/resources/11.13.18.05/externalBankAccounts?finder=SearchExternalBankAccount;Intent=Employee
Please let us know what additional roles/privileges are required in order to be able to retrieve all employee external bank accounts.