> 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: Sample Flows ## Article: Sample Flows ## Article Link: https://dev.wix.com/docs/api-reference/business-solutions/bookings/staff-members/staff-member-settings/sample-flows.md ## Article Content: # Staff Member Settings API: Sample Flows This article demonstrates common integration patterns for the Staff Member Settings API. ## Update privacy settings Enable or disable access to staff contact information. 1. Call [Get Staff Member Settings](https://dev.wix.com/docs/api-reference/business-solutions/bookings/staff-members/staff-member-settings/get-staff-member-settings.md) to retrieve the current `revision`. 2. Call [Update Staff Member Settings](https://dev.wix.com/docs/api-reference/business-solutions/bookings/staff-members/staff-member-settings/update-staff-member-settings.md) with: - `staffMemberSettings.revision`: The revision from step 1. - `staffMemberSettings.contactInformation.publiclyAccessible`: Set to `true` to enable or `false` to disable. 3. Changes take effect immediately for all subsequent [Staff Members API](https://dev.wix.com/docs/api-reference/business-solutions/bookings/staff-members/staff-members/introduction.md) calls.