Docs Menu
Docs Home
/ /
Atlas CLI
/ / /

Atlas チームのユーザー削除

項目一覧

  • 構文
  • Arguments
  • オプション
  • 継承されたオプション
  • 出力

指定したユーザーを組織のチームから削除します。

このコマンドを使用するには、ユーザー アカウントまたは組織ユーザー管理者ロールの API キーで認証する必要があります。

コマンド構文
atlas teams users delete <userId> [options]
名前
タイプ
必須
説明

userId

string

true

ユーザーを識別する一意な 24 桁のstring 。

名前
タイプ
必須
説明

-- force

false

要求されたアクションを続行する前に確認プロンプトをスキップするかどうかを示すフラグ。

-h, --help

false

削除のヘルプ

--orgId

string

false

使用する組織ID。 このオプションは、構成ファイルまたは環境変数の 設定を上書きします。

--teamId

string

true

チームを識別する一意な 24 桁のstring 。

名前
タイプ
必須
説明

-P, --profile

string

false

構成ファイルから使用するプロファイルの名前。 Atlas CLI のプロファイルについては、 https://docub.mongodb.org/core/atlas-cli-save- connection-settings を参照してください。

コマンドが成功すると、CLI は次のサンプルのような出力を返します。 括弧内の値は 値を表します。

User '<Name>' deleted from the team
# Remove the user with the ID 5dd58c647a3e5a6c5bce46c7 from the team with the ID 5f6a5c6c713184005d72fe6e for the organization with ID 5e2211c17a3e5a48f5497de3:
atlas teams users delete 5dd58c647a3e5a6c5bce46c7 --teamId 5f6a5c6c713184005d72fe6e --orgId 5e1234c17a3e5a48f5497de3

戻る

add