Skip to content

DoCurious API Reference / types / PrivacySettings

Interface: PrivacySettings

Defined in: types/user.types.ts:292

User-controlled privacy toggles governing profile discoverability.

Properties

profileVisibility

profileVisibility: "public" | "private" | "communities"

Defined in: types/user.types.ts:294

Who can see this user's profile -- communities limits visibility to shared community members


showCommunityMemberships

showCommunityMemberships: boolean

Defined in: types/user.types.ts:298

Whether community memberships are visible on the public profile


showInPartnerFinder

showInPartnerFinder: boolean

Defined in: types/user.types.ts:296

Whether this user appears in the challenge partner finder

DoCurious Platform Documentation