> Portal Navigation: > > - Append `.md` to any URL under `https://dev.wix.com/docs/` to get its markdown version. > - Pages are either content pages (article or reference text) or menu pages (a list of links to child pages). > - To get a menu page, truncate any URL to a parent path and append `.md` (e.g. `https://dev.wix.com/docs/sdk.md`, `https://dev.wix.com/docs/sdk/core-modules.md`). > - Top-level index of all portals: https://dev.wix.com/docs/llms.txt > - Full concatenated docs: https://dev.wix.com/docs/llms-full.txt # Resource: Member Privacy Settings # Type: Member Privacy Settings Object # Link: https://dev.wix.com/docs/api-reference/crm/members-contacts/members/member-management/privacy/member-privacy-settings/member-privacy-settings-object.md ## Description: Settings that determine who can see site members' profiles and who is allowed to make member profiles public. ## Schema: ```json Type: Member Privacy Settings Object | type: MemberPrivacySettings Description: Settings that determine who can see site members' profiles and who is allowed to make member profiles public. - name: id | type: string | description: Member privacy settings ID. - name: value | type: string | description: - name: publicMemberVisibility | type: string | description: Who can see the public member profiles. enum: UNKNOWN, VISIBLE_TO_MEMBERS_ONLY, VISIBLE_TO_ALL - name: publicMemberCandidates | type: string | description: Who can make the member profile public. enum: UNKNOWN, NO_ONE, ANYONE - name: revision | type: string | description: Revision number, which increments by 1 each time the member privacy settings are updated. To prevent conflicting changes, the existing revision must be used when updating member privacy settings. - name: value | type: string | description: - name: updatedDate | type: string | description: Date and time when the member privacy settings were updated. - name: seconds | type: string | description: - name: nanos | type: number | description: ```