How to Retrieve Person Number of Logged-in User Using Page Composer in Fusion HCM Cloud
I have an Href button in Oracle HCM Cloud that redirects to a URL I've set in the Href attribute. I want to pass the logged-in user's Person Number as a query parameter when they click the button, so it can be used in a subsequent API call. Is there a way to access the Person Number of the logged-in user through Page Composer or any other means?
The button is currently placed on the Springboard, but I can move it elsewhere if needed to access the Person Number.
Alternatively, I can retrieve the username using the user JWT token. Is there an API available that can fetch the Person Number based on the username?
0