> 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: Introduction ## Article: Introduction ## Article Link: https://dev.wix.com/docs/api-reference/business-solutions/bookings/staff-members/staff-member-settings/introduction.md ## Article Content: # About the Staff Member Settings API The Staff Member Settings API provides you with privacy controls for staff member contact information in Wix Bookings. By default, staff contact information is private. You can configure whether staff members' email addresses and phone numbers are returned in Staff Members API responses and whether contact information is displayed on the live site. With the Staff Member Settings API, you can: - Retrieve the current privacy settings for a site's staff contact information. - Update privacy settings to control when contact information is accessible. - Respond to privacy setting changes through events. ## Before you begin It's important to note the following points before starting to code: - The `publiclyAccessible` setting controls whether staff contact information (`email` and `phone` properties) is accessible through the [Staff Members API](https://dev.wix.com/docs/api-reference/business-solutions/bookings/staff-members/staff-members/introduction.md) and displayed on the live site. When `publiclyAccessible` is `false`, contact information is hidden on the live site and not returned in the API unless the [identity](https://dev.wix.com/docs/build-apps/develop-your-app/access/about-identities.md) you're authenticated as has the `BOOKINGS.STAFF_MEMBER_READ_PI` permission. ## Use cases - [Retrieve staff contact information](https://dev.wix.com/api/rest/business-solutions/bookings/staff-members/sample-flows#retrieve-staff-contact-information). - [Update privacy settings](https://dev.wix.com/api/rest/business-solutions/bookings/staff-members/staff-member-settings/sample-flows#update-privacy-settings). ## Terminology - **Staff member settings**: A singleton settings object that controls privacy for all staff members on a site. Each site has exactly 1 settings object. - **Contact information**: Staff members' email addresses and phone numbers are stored in the `email` and `phone` properties of Staff Member objects. For a comprehensive glossary of Wix Bookings terms, see [Terminology](https://dev.wix.com/docs/api-reference/business-solutions/bookings/terminology.md). @sdk_package_setup