Apologies if I'm in the wrong category:
We are using APIs to connect to the Oracle HCM database and I am using this documentation for guidance:
https://docs.oracle.com/en/cloud/saas/human-resources/24b/farws/index.html
Now I need to be able to determine if a person has delegated their role and who they have delegated it to. I was made aware of the existence of this table: “PER_DELEGATED_ROLES” that stores this exact information.
What endpoint can I use to access that?