Does Oracle HCM REST API supports direct lookups by email address?
Please find the customer query and provide the response please.
I am currently using C# on the backend to retrieve employee data. At present, the endpoint I am using requires a lookup by PersonNumber. However, I would like to confirm if there is a way to perform the lookup using the Emails column that is included in the response payload.
For example, the response contains the following structure:
"emails": [{
"EmailAddressId": 300000014905315,
"EmailType": "W1",
"EmailAddress": "OAAlHumayyani@BankAljazira .com_1",
"FromDate": "2023-01-01",
"ToDate": null
}]
The requested approach would ideally allow a lookup such as:
/hcmRestApi/resources/11.13.18.05/workers/{EmailAddress}
Could you please confirm if Oracle HCM REST API supports direct lookups by email address, or suggest an alternative recommended approach?