Closed izzyconner closed 1 year ago
GET api/v1/protected/users/uuid should return user data for the associated user
GET api/v1/protected/users/uuid
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:
This is changing to the same request as getUsers
GET api/v1/protected/users/uuid
should return user data for the associated userSchemas used:
User: { uuid: string, name: Name, email: string, phoneNumber: string, companyIds: [string], profilePic: string }
Name: { firstName: string, lastName: string, preferredName: string }
Conditions of satisfaction: