Skip to content

Commit 82e09ec

Browse files
1 parent 6938b59 commit 82e09ec

18 files changed

+41
-193
lines changed

openapi/v2.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@
252252
"termsOfService": "https://www.mongodb.com/mongodb-management-service-terms-and-conditions",
253253
"title": "MongoDB Atlas Administration API",
254254
"version": "2.0",
255-
"x-xgen-sha": "93f336aa95db8d4fd453755c9f6766249222cf87"
255+
"x-xgen-sha": "c779787120545e331d2f675991d16e888ebe050f"
256256
},
257257
"paths": {
258258
"/api/atlas/v2": {
@@ -24956,15 +24956,6 @@
2495624956
"default": false,
2495724957
"type": "boolean"
2495824958
}
24959-
},
24960-
{
24961-
"description": "Flag that indicates whether to filter the returned list by users organization membership status. If you exclude this parameter, this resource returns both pending and active users.",
24962-
"in": "query",
24963-
"name": "orgMembershipStatus",
24964-
"schema": {
24965-
"example": "ACTIVE",
24966-
"type": "string"
24967-
}
2496824959
}
2496924960
],
2497024961
"responses": {
@@ -24976,6 +24967,15 @@
2497624967
},
2497724968
"x-sunset": "2044-01-01",
2497824969
"x-xgen-version": "2023-01-01"
24970+
},
24971+
"application/vnd.atlas.2043-01-01+json": {
24972+
"schema": {
24973+
"$ref": "#/components/schemas/PaginatedGroupUserView"
24974+
},
24975+
"x-xgen-hidden-env": {
24976+
"envs": "qa,stage,prod"
24977+
},
24978+
"x-xgen-version": "2043-01-01"
2497924979
}
2498024980
},
2498124981
"description": "OK"

openapi/v2.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34614,7 +34614,7 @@ info:
3461434614
termsOfService: https://www.mongodb.com/mongodb-management-service-terms-and-conditions
3461534615
title: MongoDB Atlas Administration API
3461634616
version: "2.0"
34617-
x-xgen-sha: 93f336aa95db8d4fd453755c9f6766249222cf87
34617+
x-xgen-sha: c779787120545e331d2f675991d16e888ebe050f
3461834618
openapi: 3.0.1
3461934619
paths:
3462034620
/api/atlas/v2:
@@ -50424,12 +50424,6 @@ paths:
5042450424
schema:
5042550425
default: false
5042650426
type: boolean
50427-
- description: Flag that indicates whether to filter the returned list by users organization membership status. If you exclude this parameter, this resource returns both pending and active users.
50428-
in: query
50429-
name: orgMembershipStatus
50430-
schema:
50431-
example: ACTIVE
50432-
type: string
5043350427
responses:
5043450428
"200":
5043550429
content:
@@ -50438,6 +50432,12 @@ paths:
5043850432
$ref: '#/components/schemas/PaginatedAppUserView'
5043950433
x-sunset: "2044-01-01"
5044050434
x-xgen-version: "2023-01-01"
50435+
application/vnd.atlas.2043-01-01+json:
50436+
schema:
50437+
$ref: '#/components/schemas/PaginatedGroupUserView'
50438+
x-xgen-hidden-env:
50439+
envs: qa,stage,prod
50440+
x-xgen-version: "2043-01-01"
5044150441
description: OK
5044250442
"401":
5044350443
$ref: '#/components/responses/unauthorized'

openapi/v2/openapi-2023-01-01.json

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@
208208
"termsOfService": "https://www.mongodb.com/mongodb-management-service-terms-and-conditions",
209209
"title": "MongoDB Atlas Administration API",
210210
"version": "2.0",
211-
"x-xgen-sha": "93f336aa95db8d4fd453755c9f6766249222cf87"
211+
"x-xgen-sha": "c779787120545e331d2f675991d16e888ebe050f"
212212
},
213213
"paths": {
214214
"/api/atlas/v2": {
@@ -18385,7 +18385,6 @@
1838518385
},
1838618386
"/api/atlas/v2/groups/{groupId}/users": {
1838718387
"get": {
18388-
"deprecated": true,
1838918388
"description": "Returns details about all users in the specified project. Users belong to an organization. To use this resource, the requesting API Key must have the Project Read Only role.",
1839018389
"operationId": "listProjectUsers",
1839118390
"parameters": [
@@ -18424,15 +18423,6 @@
1842418423
"default": false,
1842518424
"type": "boolean"
1842618425
}
18427-
},
18428-
{
18429-
"description": "Flag that indicates whether to filter the returned list by users organization membership status. If you exclude this parameter, this resource returns both pending and active users.",
18430-
"in": "query",
18431-
"name": "orgMembershipStatus",
18432-
"schema": {
18433-
"example": "ACTIVE",
18434-
"type": "string"
18435-
}
1843618426
}
1843718427
],
1843818428
"responses": {
@@ -18457,8 +18447,7 @@
1845718447
"summary": "Return All Users in One Project",
1845818448
"tags": [
1845918449
"Projects"
18460-
],
18461-
"x-sunset": "2044-01-01"
18450+
]
1846218451
}
1846318452
},
1846418453
"/api/atlas/v2/groups/{groupId}/users/{userId}": {

openapi/v2/openapi-2023-01-01.yaml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -34614,7 +34614,7 @@ info:
3461434614
termsOfService: https://www.mongodb.com/mongodb-management-service-terms-and-conditions
3461534615
title: MongoDB Atlas Administration API
3461634616
version: "2.0"
34617-
x-xgen-sha: 93f336aa95db8d4fd453755c9f6766249222cf87
34617+
x-xgen-sha: c779787120545e331d2f675991d16e888ebe050f
3461834618
openapi: 3.0.1
3461934619
paths:
3462034620
/api/atlas/v2:
@@ -46208,7 +46208,6 @@ paths:
4620846208
xgen-IPA-102-path-alternate-resource-name-path-param: API predates IPA validation
4620946209
/api/atlas/v2/groups/{groupId}/users:
4621046210
get:
46211-
deprecated: true
4621246211
description: Returns details about all users in the specified project. Users belong to an organization. To use this resource, the requesting API Key must have the Project Read Only role.
4621346212
operationId: listProjectUsers
4621446213
parameters:
@@ -46230,12 +46229,6 @@ paths:
4623046229
schema:
4623146230
default: false
4623246231
type: boolean
46233-
- description: Flag that indicates whether to filter the returned list by users organization membership status. If you exclude this parameter, this resource returns both pending and active users.
46234-
in: query
46235-
name: orgMembershipStatus
46236-
schema:
46237-
example: ACTIVE
46238-
type: string
4623946232
responses:
4624046233
"200":
4624146234
content:
@@ -46251,7 +46244,6 @@ paths:
4625146244
summary: Return All Users in One Project
4625246245
tags:
4625346246
- Projects
46254-
x-sunset: "2044-01-01"
4625546247
/api/atlas/v2/groups/{groupId}/users/{userId}:
4625646248
delete:
4625746249
description: Removes the specified user from the specified project. To use this resource, the requesting API Key must have the Project Owner role.

openapi/v2/openapi-2023-02-01.json

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@
212212
"termsOfService": "https://www.mongodb.com/mongodb-management-service-terms-and-conditions",
213213
"title": "MongoDB Atlas Administration API",
214214
"version": "2.0",
215-
"x-xgen-sha": "93f336aa95db8d4fd453755c9f6766249222cf87"
215+
"x-xgen-sha": "c779787120545e331d2f675991d16e888ebe050f"
216216
},
217217
"paths": {
218218
"/api/atlas/v2": {
@@ -19615,7 +19615,6 @@
1961519615
},
1961619616
"/api/atlas/v2/groups/{groupId}/users": {
1961719617
"get": {
19618-
"deprecated": true,
1961919618
"description": "Returns details about all users in the specified project. Users belong to an organization. To use this resource, the requesting API Key must have the Project Read Only role.",
1962019619
"operationId": "listProjectUsers",
1962119620
"parameters": [
@@ -19654,15 +19653,6 @@
1965419653
"default": false,
1965519654
"type": "boolean"
1965619655
}
19657-
},
19658-
{
19659-
"description": "Flag that indicates whether to filter the returned list by users organization membership status. If you exclude this parameter, this resource returns both pending and active users.",
19660-
"in": "query",
19661-
"name": "orgMembershipStatus",
19662-
"schema": {
19663-
"example": "ACTIVE",
19664-
"type": "string"
19665-
}
1966619656
}
1966719657
],
1966819658
"responses": {
@@ -19687,8 +19677,7 @@
1968719677
"summary": "Return All Users in One Project",
1968819678
"tags": [
1968919679
"Projects"
19690-
],
19691-
"x-sunset": "2044-01-01"
19680+
]
1969219681
}
1969319682
},
1969419683
"/api/atlas/v2/groups/{groupId}/users/{userId}": {

openapi/v2/openapi-2023-02-01.yaml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -34614,7 +34614,7 @@ info:
3461434614
termsOfService: https://www.mongodb.com/mongodb-management-service-terms-and-conditions
3461534615
title: MongoDB Atlas Administration API
3461634616
version: "2.0"
34617-
x-xgen-sha: 93f336aa95db8d4fd453755c9f6766249222cf87
34617+
x-xgen-sha: c779787120545e331d2f675991d16e888ebe050f
3461834618
openapi: 3.0.1
3461934619
paths:
3462034620
/api/atlas/v2:
@@ -46951,7 +46951,6 @@ paths:
4695146951
xgen-IPA-102-path-alternate-resource-name-path-param: API predates IPA validation
4695246952
/api/atlas/v2/groups/{groupId}/users:
4695346953
get:
46954-
deprecated: true
4695546954
description: Returns details about all users in the specified project. Users belong to an organization. To use this resource, the requesting API Key must have the Project Read Only role.
4695646955
operationId: listProjectUsers
4695746956
parameters:
@@ -46973,12 +46972,6 @@ paths:
4697346972
schema:
4697446973
default: false
4697546974
type: boolean
46976-
- description: Flag that indicates whether to filter the returned list by users organization membership status. If you exclude this parameter, this resource returns both pending and active users.
46977-
in: query
46978-
name: orgMembershipStatus
46979-
schema:
46980-
example: ACTIVE
46981-
type: string
4698246975
responses:
4698346976
"200":
4698446977
content:
@@ -46994,7 +46987,6 @@ paths:
4699446987
summary: Return All Users in One Project
4699546988
tags:
4699646989
- Projects
46997-
x-sunset: "2044-01-01"
4699846990
/api/atlas/v2/groups/{groupId}/users/{userId}:
4699946991
delete:
4700046992
description: Removes the specified user from the specified project. To use this resource, the requesting API Key must have the Project Owner role.

openapi/v2/openapi-2023-10-01.json

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@
212212
"termsOfService": "https://www.mongodb.com/mongodb-management-service-terms-and-conditions",
213213
"title": "MongoDB Atlas Administration API",
214214
"version": "2.0",
215-
"x-xgen-sha": "93f336aa95db8d4fd453755c9f6766249222cf87"
215+
"x-xgen-sha": "c779787120545e331d2f675991d16e888ebe050f"
216216
},
217217
"paths": {
218218
"/api/atlas/v2": {
@@ -19610,7 +19610,6 @@
1961019610
},
1961119611
"/api/atlas/v2/groups/{groupId}/users": {
1961219612
"get": {
19613-
"deprecated": true,
1961419613
"description": "Returns details about all users in the specified project. Users belong to an organization. To use this resource, the requesting API Key must have the Project Read Only role.",
1961519614
"operationId": "listProjectUsers",
1961619615
"parameters": [
@@ -19649,15 +19648,6 @@
1964919648
"default": false,
1965019649
"type": "boolean"
1965119650
}
19652-
},
19653-
{
19654-
"description": "Flag that indicates whether to filter the returned list by users organization membership status. If you exclude this parameter, this resource returns both pending and active users.",
19655-
"in": "query",
19656-
"name": "orgMembershipStatus",
19657-
"schema": {
19658-
"example": "ACTIVE",
19659-
"type": "string"
19660-
}
1966119651
}
1966219652
],
1966319653
"responses": {
@@ -19682,8 +19672,7 @@
1968219672
"summary": "Return All Users in One Project",
1968319673
"tags": [
1968419674
"Projects"
19685-
],
19686-
"x-sunset": "2044-01-01"
19675+
]
1968719676
}
1968819677
},
1968919678
"/api/atlas/v2/groups/{groupId}/users/{userId}": {

openapi/v2/openapi-2023-10-01.yaml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -34614,7 +34614,7 @@ info:
3461434614
termsOfService: https://www.mongodb.com/mongodb-management-service-terms-and-conditions
3461534615
title: MongoDB Atlas Administration API
3461634616
version: "2.0"
34617-
x-xgen-sha: 93f336aa95db8d4fd453755c9f6766249222cf87
34617+
x-xgen-sha: c779787120545e331d2f675991d16e888ebe050f
3461834618
openapi: 3.0.1
3461934619
paths:
3462034620
/api/atlas/v2:
@@ -46946,7 +46946,6 @@ paths:
4694646946
xgen-IPA-102-path-alternate-resource-name-path-param: API predates IPA validation
4694746947
/api/atlas/v2/groups/{groupId}/users:
4694846948
get:
46949-
deprecated: true
4695046949
description: Returns details about all users in the specified project. Users belong to an organization. To use this resource, the requesting API Key must have the Project Read Only role.
4695146950
operationId: listProjectUsers
4695246951
parameters:
@@ -46968,12 +46967,6 @@ paths:
4696846967
schema:
4696946968
default: false
4697046969
type: boolean
46971-
- description: Flag that indicates whether to filter the returned list by users organization membership status. If you exclude this parameter, this resource returns both pending and active users.
46972-
in: query
46973-
name: orgMembershipStatus
46974-
schema:
46975-
example: ACTIVE
46976-
type: string
4697746970
responses:
4697846971
"200":
4697946972
content:
@@ -46989,7 +46982,6 @@ paths:
4698946982
summary: Return All Users in One Project
4699046983
tags:
4699146984
- Projects
46992-
x-sunset: "2044-01-01"
4699346985
/api/atlas/v2/groups/{groupId}/users/{userId}:
4699446986
delete:
4699546987
description: Removes the specified user from the specified project. To use this resource, the requesting API Key must have the Project Owner role.

openapi/v2/openapi-2023-11-15.json

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@
216216
"termsOfService": "https://www.mongodb.com/mongodb-management-service-terms-and-conditions",
217217
"title": "MongoDB Atlas Administration API",
218218
"version": "2.0",
219-
"x-xgen-sha": "93f336aa95db8d4fd453755c9f6766249222cf87"
219+
"x-xgen-sha": "c779787120545e331d2f675991d16e888ebe050f"
220220
},
221221
"paths": {
222222
"/api/atlas/v2": {
@@ -20448,7 +20448,6 @@
2044820448
},
2044920449
"/api/atlas/v2/groups/{groupId}/users": {
2045020450
"get": {
20451-
"deprecated": true,
2045220451
"description": "Returns details about all users in the specified project. Users belong to an organization. To use this resource, the requesting API Key must have the Project Read Only role.",
2045320452
"operationId": "listProjectUsers",
2045420453
"parameters": [
@@ -20487,15 +20486,6 @@
2048720486
"default": false,
2048820487
"type": "boolean"
2048920488
}
20490-
},
20491-
{
20492-
"description": "Flag that indicates whether to filter the returned list by users organization membership status. If you exclude this parameter, this resource returns both pending and active users.",
20493-
"in": "query",
20494-
"name": "orgMembershipStatus",
20495-
"schema": {
20496-
"example": "ACTIVE",
20497-
"type": "string"
20498-
}
2049920489
}
2050020490
],
2050120491
"responses": {
@@ -20520,8 +20510,7 @@
2052020510
"summary": "Return All Users in One Project",
2052120511
"tags": [
2052220512
"Projects"
20523-
],
20524-
"x-sunset": "2044-01-01"
20513+
]
2052520514
}
2052620515
},
2052720516
"/api/atlas/v2/groups/{groupId}/users/{userId}": {

openapi/v2/openapi-2023-11-15.yaml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -34614,7 +34614,7 @@ info:
3461434614
termsOfService: https://www.mongodb.com/mongodb-management-service-terms-and-conditions
3461534615
title: MongoDB Atlas Administration API
3461634616
version: "2.0"
34617-
x-xgen-sha: 93f336aa95db8d4fd453755c9f6766249222cf87
34617+
x-xgen-sha: c779787120545e331d2f675991d16e888ebe050f
3461834618
openapi: 3.0.1
3461934619
paths:
3462034620
/api/atlas/v2:
@@ -47478,7 +47478,6 @@ paths:
4747847478
xgen-IPA-102-path-alternate-resource-name-path-param: API predates IPA validation
4747947479
/api/atlas/v2/groups/{groupId}/users:
4748047480
get:
47481-
deprecated: true
4748247481
description: Returns details about all users in the specified project. Users belong to an organization. To use this resource, the requesting API Key must have the Project Read Only role.
4748347482
operationId: listProjectUsers
4748447483
parameters:
@@ -47500,12 +47499,6 @@ paths:
4750047499
schema:
4750147500
default: false
4750247501
type: boolean
47503-
- description: Flag that indicates whether to filter the returned list by users organization membership status. If you exclude this parameter, this resource returns both pending and active users.
47504-
in: query
47505-
name: orgMembershipStatus
47506-
schema:
47507-
example: ACTIVE
47508-
type: string
4750947502
responses:
4751047503
"200":
4751147504
content:
@@ -47521,7 +47514,6 @@ paths:
4752147514
summary: Return All Users in One Project
4752247515
tags:
4752347516
- Projects
47524-
x-sunset: "2044-01-01"
4752547517
/api/atlas/v2/groups/{groupId}/users/{userId}:
4752647518
delete:
4752747519
description: Removes the specified user from the specified project. To use this resource, the requesting API Key must have the Project Owner role.

0 commit comments

Comments
 (0)