-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Discussion regarding the new structure for users #7550
Comments
With the existing v1 routes flow, the following points can be understood for inviting users to V2 merchant accounts. Profile Level Roles:Invite Users to V2 merchant account with profile level roles will succeed, as
Org Level Roles:Invite Users to V2 merchant account with org_admin role will succeed, as
Merchant Level Roles:Invite Users to V2 merchant account with merchant_admin role
|
The V1 and V2 schema tables for merchant_account need to be merged into a global schema, which can be accessed by both v1 and v2 deployments, to enable sign-in for the users who are invited only to v2 merchant accounts. Sign-in routes need to be created for v2, which will be the way forward, to sign-in to v1 as well as v2 merchant accounts, as querying can be done based on |
Formulate a method to extend the scope to all product type merchant accounts (other than currently existing
orchestration
)The text was updated successfully, but these errors were encountered: