Version v0.47 of Metabase is no longer supported. Check out the docs for the current stable version, Metabase v0.63.
Advanced permissions impersonation
API endpoints for Advanced permissions impersonation.
DELETE /api/ee/advanced-permissions/impersonation/:id
Delete a Connection Impersonation entry.
You must be a superuser to do this.
PARAMS:
idvalue must be an integer greater than zero.
GET /api/ee/advanced-permissions/impersonation/
Fetch a list of all Impersonation policies currently in effect, or a single policy if both group_id and db_id
are provided.
You must be a superuser to do this.
PARAMS:
-
group_idnullable value must be an integer greater than zero. -
db_idnullable value must be an integer greater than zero.
Read docs for other versions of Metabase.