How to disable create community buttons or change user role?

How is it possible to prevent user from creating their own communities in UIKit4?

I would like to disasble this. Have tried to find a way to change the Global User role. But it seems the global role: User - is not present in the the roles list in the console.

Also on the current rols I cannot see a possibility to disallow creating community?

How do I change user role global to not allow community creation?

Hello @LovyDev , You can handle this on the FE side in UIKit4.
For your use case, we suggest hiding or disabling the “Create Community” entry point (button/menu) for regular users in your app shell, since the default global “User” role isn’t exposed for editing in the console and there’s no built-in toggle to deny community creation.

If you have further questions, feel free to reach out to us.