We want to get the AgentID and Procurement BU ID in Oracle Fusion application.
We want to get the AgentID and Procurement BU ID in Oracle Fusion application. We need the API and privileges required to accomplish this task
We are using the following API for getting agent id.
https://<Host>/hcmRestApi/resources/latest/emps?q=WorkEmail=<<Email>>
Privilege used: ATK_REST_SERVICE_ACCESS_PERSONS_LOV_PRIV
But the above API is giving us the error as 403 Forbidden error
and for getting Procurement BU ID, we are using the following API:
GET: https://<host>/fscmRestApi/resources/latest/businessUnits?q=BusinessUnitName='<<Name>>'