> 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: Default Privacy # Type: Default Privacy Object # Link: https://dev.wix.com/docs/api-reference/crm/members-contacts/members/member-management/privacy/default-privacy/default-privacy-object.md ## Description: Default privacy defines the initial privacy status assigned to new members when they join a site. This setting determines whether new members start with public or private profiles by default. ## Schema: ```json Type: Default Privacy Object | type: DefaultPrivacy Description: Default privacy defines the initial privacy status assigned to new members when they join a site. This setting determines whether new members start with public or private profiles by default. - name: id | type: string | description: Privacy ID. - name: value | type: string | description: - name: defaultPrivacy | type: string | description: Default privacy status for a new member. enum: PRIVATE, PUBLIC - name: revision | type: string | description: Revision number, which increments by 1 each time the default privacy is updated. To prevent conflicting changes, the existing revision must be used when updating default privacy. - name: value | type: number | description: ```