Close
Toolcog home
toolcog
standard
Search
⌘
+
K
Command Palette
Search for a command to run...
Search Toolcog
Sign In
Catalog
Sources
Services
Operations
Auth Schemes
Overrides
Variables
Intents
Targets
Catalog
Sources
Services
Operations
Auth Schemes
Overrides
Variables
Intents
Targets
Operations
API endpoints available to AI agents
All methods
All methods
GET
POST
DELETE
PUT
PATCH
HEAD
Add a user to a team
Authenticated
addUserForTeam
POST/teams/{team_gid}/addUser
Teams
Create a team
Authenticated
createTeam
POST/teams
Teams
Get a team
Authenticated
getTeam
GET/teams/{team_gid}
Teams
Get teams for a user
Authenticated
getTeamsForUser
GET/users/{user_gid}/teams
Teams
Get teams in a workspace
Authenticated
getTeamsForWorkspace
GET/workspaces/{workspace_gid}/teams
Teams
Remove a user from a team
Authenticated
removeUserForTeam
POST/teams/{team_gid}/removeUser
Teams
Update a team
Authenticated
updateTeam
PUT/teams/{team_gid}
Teams
See details about this account's teams
Authenticated
get-/settings/v3/users/teams_getAll
GET/settings/v3/users/teams
Teams
Add Multiple Teams to One Project
Authenticated
addGroupTeams
POST/api/atlas/v2/groups/{groupId}/teams
Teams
Assign MongoDB Cloud Users in One Organization to One Team
Deprecated
Authenticated
addOrgTeamUsers
POST/api/atlas/v2/orgs/{orgId}/teams/{teamId}/users
Teams
Create One Team in One Organization
Authenticated
createOrgTeam
POST/api/atlas/v2/orgs/{orgId}/teams
Teams
Remove One Team from One Organization
Authenticated
deleteOrgTeam
DELETE/api/atlas/v2/orgs/{orgId}/teams/{teamId}
Teams
Return One Team in One Project
Authenticated
getGroupTeam
GET/api/atlas/v2/groups/{groupId}/teams/{teamId}
Teams
Return One Team by ID
Authenticated
getOrgTeam
GET/api/atlas/v2/orgs/{orgId}/teams/{teamId}
Teams
Return One Team by Name
Authenticated
getOrgTeamByName
GET/api/atlas/v2/orgs/{orgId}/teams/byName/{teamName}
Teams
Return All Teams in One Project
Authenticated
listGroupTeams
GET/api/atlas/v2/groups/{groupId}/teams
Teams
Return All Teams in One Organization
Authenticated
listOrgTeams
GET/api/atlas/v2/orgs/{orgId}/teams
Teams
Remove One Team from One Project
Authenticated
removeGroupTeam
DELETE/api/atlas/v2/groups/{groupId}/teams/{teamId}
Teams
Remove One MongoDB Cloud User from One Team
Deprecated
Authenticated
removeOrgTeamUserFromTeam
DELETE/api/atlas/v2/orgs/{orgId}/teams/{teamId}/users/{userId}
Teams
Rename One Team
Authenticated
renameOrgTeam
PATCH/api/atlas/v2/orgs/{orgId}/teams/{teamId}
Teams
1
2
Next