Sample Flows

This article shares some typical use cases you can support, as well as an example flow that supports each use case. You're certainly not limited to these use cases, but they can be a helpful jumping off point as you plan your implementation.

Periodically check and update company employees' account access

If your company has a Wix account with employees as team members, you may want to periodically check the access that each team member has to your account assets and the roles they have for each site.

  1. Call Search Team with any relevant filters.
  2. Review the returned lists of users and invites, and their assignments.
  3. If relevant, call Get Roles Info with any relevant filters, to retrieve a list of all roles that can be applied to your account's team members.
  4. If changes should be made to any team member's roles or access to account assets, call Update Team Member Assignments.
  5. If an employee leaves, or should have their access removed for any reason, call Remove Member.
Was this helpful?
Yes
No