Version v0.52 of Metabase is no longer supported. Check out the docs for the current stable version, Metabase v0.63.
Advanced permissions application
/advanced-permisisons/application Routes.
Implements the Permissions routes needed for application permission - a class of permissions that control access to features
like access Setting pages, access monitoring tools … etc.
GET /api/ee/advanced-permissions/application/graph
Fetch a graph of Application Permissions.
You must be a superuser to do this.
PUT /api/ee/advanced-permissions/application/graph
Do a batch update of Application Permissions by passing a modified graph.
You must be a superuser to do this.
PARAMS:
-
skip-graphnullable value must be a valid boolean string (‘true’ or ‘false’). -
forcenullable value must be a valid boolean string (‘true’ or ‘false’). -
bodymap.
Read docs for other versions of Metabase.