-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat: Add GET endpoint /users/{userId}/personal-background to fetch personal background from userId #216
Comments
Thank you for raising this issue, @Rahulm2310 . Let me know which one of #215 / #216 you want to work on. I'll assign you to what you choose and make the other available. |
@mtreacy002 can i work on this? |
Sure, @harsh-9in , I'll assign you on this. @Rahulm2310 , do you want to pick the other one or should I make it available? |
Thanks, @mtreacy002, I am working on this issue. |
@harsh-9in Can you please share your progress on this ? |
Unassigning @harsh-9in due to lack of response. |
Making it available for OSH. |
Can I work on this issue? |
Should we only get the user's info if it is public? or does that not matter? |
Getting public info makes more sense, although I am not sure.. cc @mtreacy002 |
You're correct, @meganbader , we only can return user info if the user opted to have their personal info shared publicly. So if it's not, then the organization representative or other users shouldn't be able to see this. There are certain scenarios that the system can return any user info (like when we want to show analysis of users in mentoring programs based on personal background categories), but the viewers of this data analysis cannot see the details of which user falls into the specific category. Hope this makes sense 😉. |
Is your feature request related to a problem? Please describe.
Although we have endpoint /personal-background for a to fetch personal background details of current user (using access_token). We don't have endpoint for a user (org representative) requesting personal background of other user.
Describe the solution you'd like
There should be a GET endpoint
/users/{userId}/personal-background
for fetching a user's personal background details from userId.Additional context
Refer to the discussion here.
The text was updated successfully, but these errors were encountered: