coder
coder copied to clipboard
GET /users/:userid/profile
Problem
Because we have PUT /users/:userid/profile. These fields are available from GET /users/:userid today, but we don't want users to be able to read other users' private profile fields, so this will act as a public "user info" route.
Are there any workarounds to get this functionality today?
GET /users/:userid
Definition of Done
Add GET /users/:userid/profile that returns public user profile fields
Adding to Post MVP because it's a nice to have, but can definitely be picked up by a new hire anytime.
This one would we a good one for Lucy when she joins 05.23.2022
@bpmct @deansheather what are the public user info?