Skip to content

Is there a REST API for user CRUD in Superset? #23745

Answered by cwegener
rindy8707 asked this question in Q&A / Help
Discussion options

You must be logged in to vote

The underlying Security Management (including the above mentioned OAuth Provider!) in Superset is provided by Flask Application Builder (FAB).

FAB has all the REST API for user CRUD, but they are not enabled by default in Superset.

To enable this (beta) feature in Flask AppBuilder, you need to set the following configuration setting in your Superset configuration (Config setting. NOT Feature Flag):

FAB_ADD_SECURITY_API = True

Once configured, you can explore the documentation in Swagger:

Replies: 3 comments 15 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
12 replies
@PrateekKhatri
Comment options

@mdeshmu
Comment options

@PrateekKhatri
Comment options

@PrateekKhatri
Comment options

@mdeshmu
Comment options

Answer selected by sfirke
Comment options

You must be logged in to vote
3 replies
@shivanshkaushikk
Comment options

@mdeshmu
Comment options

@tarun9072
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
9 participants