How to make a separate role apart from admin like 'sub_admin' or 'developer' ? #4891
Unanswered
DellwinJohnso
asked this question in
Hubs Cloud Questions
Replies: 1 comment
-
This question would be great to also ask in our community discord. You can join here (https://discord.com/invite/dFJncWwHun). I will ask my team if they may have a quick answer as well. |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
I have successfully deploy hubs cloud on my custom domain and

My requirement is to make accounts with roles having controlled access in admin panel, such as account with 'developer' would have access to only import content, scenes and avatars.
For example here, I would be having an option 'is_developer' and when the users(developers in this case) with this accounts login to the admin they should only see this import content, scenes and avatars.
Currently, we can find if the person is admin or not using this function, similarly I would like to fetch whether the logged in user is developer or not.

Beta Was this translation helpful? Give feedback.
All reactions