You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have an endpoint able to return information about the existing time-entries for different users. The data returned includes user identification (UUID) which does not provide useful information. We need to add interaction with Azure so we can return in this endpoint the user email as well in the payload.
Acceptance Criteria
The API is able to talk to Azure
A function to receive the user details using their UUID is added in the API
The endpoint that returns all the time-entries for reports includes the user email in the payload