Docs Menu
Docs Home
/
MongoDB Ops Manager
/ / /

Organization API Keys on Projects

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

Use the following resources to view, create and assign, or unassign Organization programmatic API Keys within the specified Ops Manager project.

To use these endpoints, grant the following roles to an Project API Key or user in your Organization:

Role
Possible Action

Any role in the Project

Retrieve Project API Keys

Create, update, or delete a Project API Key

Assign or unassign an Organization API Key to a Project

Method
Endpoint
Description

GET

Get All Organization API Keys Assigned to One Project with ID {GROUP_ID}.

PATCH

Modify Roles of One Organization API Key with ID {API-KEY-ID} assigned to One Project with ID {PROJECT-ID}.

POST

Create and Assign One Organization API Key with ID {API-KEY-ID} to One Project with ID {PROJECT-ID}.

PATCH

Assign One Existing Organization API Key with ID {API-KEY-ID} to One Project with ID {PROJECT-ID}.

DELETE

Unassign One Organization API Key with ID {API-KEY-ID} from One Project.

Back

Delete Entry