How-to | Manage users and groups with the Launchpad API#
Space administrators can programmatically manage users and groups using the Launchpad API. These operations need a specific API key generated in the Launchpad.
You can leverage such keys using a Python client or a REST interface.
Warning
The Launchpad API is available for Dataiku 14.4.2+. This feature isn’t available for free trials.
See also
Find more information about the endpoints in the API documentation.
Manage your API key#
To create and manage your API keys, you need to be space admin.
In the Launchpad, navigate to the Users & Access Management > API keys panel.
Create a key:
Add a description.
Add an expiration date (you can select none).
Select the permissions attached.
Then click on Generate.
A modal will open with the ID and the secret. Make sure to copy, and save the secret before closing the dialog. You won’t be able to access it afterward.
You can edit or delete API keys in the same menu.
