Role-Based Shared and Exclusive APIs
  • Some APIs are common across roles (shared login, setup), while others are role-specific.
  • Shared APIs should run globally for all users.
  • Role-specific APIs should execute only for intended roles.
  • Users should not have to duplicate shared APIs in their personal flows.
  • Test execution should have this segregation and isolation.