These are the docs for the Metabase master branch. Some features documented here may not yet be available in the latest release. Check out the docs for the latest version, Metabase v0.51.

SCIM

/api/ee/scim/ endpoints.

GET metabase-enterprise.scim.api/api_key

Fetch the SCIM API key if one exists. Does not return an unmasked key, since we don’t have access to that after it is created.

You must be a superuser to do this.

POST metabase-enterprise.scim.api/api_key

Create a new SCIM API key, or refresh one that already exists. When called for the first time, this is equivalent to enabling SCIM.

You must be a superuser to do this.


« Back to API index

Read docs for other versions of Metabase.

Want to improve these docs? Propose a change.