HackRU / teamRU

The backend for TeamRU, a platform designed to help HackRU participants find teammates :handshake:

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Public read endpoint for user profiles

anitejb opened this issue · comments

Currently, TeamRU only supports reading a user's own profile. We should set up another endpoint to allow anyone (with a valid token) to access another TeamRU user's profile, given the other user's user_id (email).

Sample structure:
GET /users/read?email=abc@gmail.com

Abandoned