cancel
Showing results for 
Search instead for 
Did you mean: 

Who Me Too'd this topic

Who Me Too'd this topic

ssk1288f
New Member - Level 1

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"
},
 
Who Me Too'd this topic