Is it possible to programmatically add users and roles in superset? #15545
-
We have a demand that needs to add users and roles in our business system with superset APIs, we also need to assign users to roles, dashboards, charts and datasets programmatically. I can only see very few APIs about security in the following documentation. Is there any instruction how we can configure access control programmatically? I'm a junior in python flask and superset, it's very appreciated, if anyone has fulfilled similar demands can provide a solution. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Users, roles, permissions use the Flask-Appbuilder scaffold |
Beta Was this translation helpful? Give feedback.
Users, roles, permissions use the Flask-Appbuilder scaffold