Contributors API: Sample Flows

This article presents a possible use case and corresponding sample flow that you can support. This can be a helpful jumping off point as you plan your implementation.

Manage contributor access to specific locations

For multi-location businesses, you can use Change Contributor Location to restrict a contributor's access to specific physical locations, rather than granting access to the entire business. Learn more about managing business locations with the Locations API.

  1. Call Query Site Contributors to retrieve a list of contributors and their current location assignments.
  2. Call Change Contributor Location with the contributor's account ID and the new list of location IDs to assign.
  3. Call Remove Contributor to remove a contibutor from a site.
Did this help?