Can I fetch what label the user has 'user' or 'admin' and give permission to visit the page..
TL;DR
Labels can only be set using the Console or Server SDK. They can be used as roles, and you can fetch the label assigned to a user using `account.get()`. You can then give permissions to visit a page based on the label.