User with different Roles and Companies (Roles specific to company_id) #2072
Unanswered
muhammadtalhaishtiaq
asked this question in
Q&A
Replies: 1 comment 1 reply
-
at least read documentation, teams feature |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I need to implement a system where a super admin will create roles which will be generic for all companies
But now the companies can also create further roles with specific permissions, how can I do that
how to add company_id when a company is adding role and company_id is null when super admin is creating a role ??
Example:
System User -> Create Roles (For all Companies)
Lets take Company-A
Now company A can create further roles with its own ID(company_id) and those roles will only be shown to
Company A
I hope I explained well, It's possible with this package? But how ??
Beta Was this translation helpful? Give feedback.
All reactions