yayyy...
Posts made by amit
-
RE: User Accounts with Hierarchy like Company and Teamsposted in Q&A
Thanks Josh for your informative explanation.
How can we create Hirearchy for all those custom companies that will be added by users? Eg: 50k users creating 1-5 companies each with some unique teams in each company.
Eg:
- Company A with has Marketing team, Ops team, HR team
- Company B with has Department-1, Department-2, Department-3, Department-4
These companies and departments will be created by the users when they signup.
Will using Entities (https://fusionauth.io/docs/v1/tech/core-concepts/entity-management/) be right way? If yes, then how can we create Hirearchy(Parent Child Relationship)
eg: These teams(John-Marketing, John-HR, John-OPs) with their unique ids are child of Parent(Company)- JohnAssociates. Could not find any way inside to create these parent-child relationship.We are building a SAAS for companies which can have their own teams.
-
User Accounts with Hierarchy like Company and Teamsposted in Q&A
I like what FusionAuth is doing.
I explored and read alot but I have a scenario for which I am unable to see whether it can be handled via Fusion Auth.
I am building an App in which a user(Super-Admin) after signup can create multiple companies. Every company will have different teams. eg. marketing, operations, HR.
Now, user(Super-Admin) will be able to be add more users to different teams.
Also, When It comes to Roles:
- Super-Admin can manage Roles of all companies and teams, eg: Assign Team Admin for teams, and add Editors, and Viewers also at same time.
- Team Admin can manage Roles of their teams eg: add editor or viewers to their team.
Options for Following Roles:
- Super-Admin
- Team-Admin
- Editors
- Viewer
Its like a hierarchy with Roles in Company and Teams.
Please suggest how can we achieve scenario like this in FusionAuth?