This content from the SAP Concur Community was machine translated for your convenience. SAP does not provide any guarantee regarding the correctness or completeness of this machine translated text. View original text custom.banner_survey_translated_text
- Mute
- Subscribe
- Bookmark
- Report Inappropriate Content
Missing Employee UUID in reportsToApprove API
/expensereports/v4/users/{userId}/context/{contextType}/reportsToApprove API returns approver and employee information as below. Only approver object has the employeeUuid. Any reason why the employeeUuid is missing in the employee object? The documentation mentions both approver and employee should be of type Employee
"approver": { "firstName": "XYZ", "lastName": "XYZ", "middleInitial": "", "employeeId": "222", "employeeUuid": "1343284-34324-334" },
"employee": { "firstName": "ABC", "lastName": "ABC", "middleInitial": " ", "employeeId": "111" },
- Labels:
-
API
-
Getting Started
-
Help
This content from the SAP Concur Community was machine translated for your convenience. SAP does not provide any guarantee regarding the correctness or completeness of this machine translated text. View original text custom.banner_survey_translated_text
- Mute
- Subscribe
- Bookmark
- Report Inappropriate Content
@ssk1288f Thanks for posting in the SAP Concur Community. I believe you may be able to retrieve the UUID from the Profile Identify v4.1 API.
https://developer.concur.com/api-reference/profile/v4.1.identity.html#-scope-usage
I hope this helps.
Thank you,
Lee-Anne Dautovic
SAP Concur Community Moderator
Did this response answer your question? Be sure to select “Accept as Solution” so your fellow community members can be helped by it as well.