Fetch single member profile
community-directory
Fetch single member profile
Return a single member’s community profile.
Privacy rules:
- Public profiles (hide_profile=False): visible to any hub member.
- Hidden profiles (hide_profile=True):
- Owner (viewer == contact): 200 OK
- Hub admin/owner: 200 OK
- Anyone else: 404 (plausible deniability — NOT 403)
Returns 401 when no valid contact JWT is present. Returns 403 when the requester is banned from the hub. Returns 404 when the contact has no profile in this hub, when the profile is hidden and the requester has no visibility, or when the contact is not a member of the hub.
GET
Fetch single member profile
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.