When inviting users at the merchant or profile level, the roles dropdown should be filtered based
on the selected merchant's product_type:
- If the merchant is a Recon product, only show recon-specific roles (recon_admin, recon_viewer,
recon_operator, recon_data_engineer)
- For all other product types, exclude recon roles from the dropdown
This is a frontend-only filter — the backend API still returns all roles, and filtering happens
client-side after the response.
When inviting users at the merchant or profile level, the roles dropdown should be filtered based
on the selected merchant's product_type:
recon_operator, recon_data_engineer)
This is a frontend-only filter — the backend API still returns all roles, and filtering happens
client-side after the response.