Code-4-Community / breaktime-backend

2 stars 0 forks source link

Users API: GET request for single user #7

Closed izzyconner closed 1 year ago

izzyconner commented 1 year ago

GET api/v1/protected/users/uuid should return user data for the associated user

Schemas used:

User: { uuid: string, name: Name, email: string, phoneNumber: string, companyIds: [string], profilePic: string }

Name: { firstName: string, lastName: string, preferredName: string }

Conditions of satisfaction:

izzyconner commented 1 year ago

This is changing to the same request as getUsers