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 to retrieve the current revision.
  2. Call Update Staff Member Settings 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 calls.
Did this help?