GitHub user kirmorozov1992 created a discussion: How to manage user accounts using API
Hello! I want to create users in SuperSet using API. I added in superset_config.py this settings. FAB_ADD_SECURITY_API = True WTF_CSRF_ENABLED = False WTF_CSRF_EXEMPT_LIST = [] TALISMAN_ENABLED = False But it does not work. I got an error "Forbidden" when sending query, although I got admin role. GitHub link: https://github.com/apache/superset/discussions/35887 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
