Navigation
This version of the documentation is archived and no longer supported. It will be removed on EOL_DATE. To learn how to upgrade your version of MongoDB Ops Manager, refer to the upgrade documentation.
You were redirected from a different version of the documentation. Click here to go back.
This version of the manual is no longer supported. It will be removed on EOL_DATE.

User API Keys

Base URL: https://{OPSMANAGER-HOST}:{PORT}/api/public/v1.0

Endpoints

Use the following endpoints to manage user API keys.

Method Endpoint Description
GET /users/{USER-ID}/keys Retrieve a user’s API keys.
POST /users/{USER-ID}/keys Create a user API key.
PATCH /users/{USER-ID}/keys/{KEY-ID} Enable or disable a user API key.