Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 583 Bytes

scim.md

File metadata and controls

27 lines (17 loc) · 583 Bytes
title summary
SCIM
/api/ee/scim/ endpoints.

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