Docs Menu
Docs Home
/ /
Atlas CLI
/ / /

Atlas 組織の招待状の更新

項目一覧

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

組織への指定した保留中の招待の詳細を変更します。

招待を指定するには、招待IDまたはユーザーのメールアドレスを使用します。

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

コマンド構文
atlas organizations invitations update [invitationId] [options]
名前
タイプ
必須
説明
招待ID
string
false
招待を識別する一意な 24 桁のstring 。
名前
タイプ
必須
説明
--email
string
false
ユーザーのメールアドレス。
-h, --help
false
更新のヘルプ
--orgId
string
false
使用する組織ID。 このオプションは、構成ファイルまたは環境変数の 設定を上書きします。
-o, --output
string
false
出力形式。 有効な値は、 JSON 、 JSON -path、go-template、または go-template-file です。 完全な出力を表示するには、 -o JSONオプションを使用します。
--role
string
true
関連付けられている組織のユーザーのロール。 有効な値は、ORG_OWNER、ORG_MEMBER、ORG_GROUP_CREATOR、ORG_BILLING_ADMIN、ORG_READ_ONLY などです。 このフラグを渡すと、既存のデータが置き換えられます。
名前
タイプ
必須
説明
-P, --profile
string
false
構成ファイルから使用するプロファイルの名前。 Atlas CLI のプロファイルについては、 https://docub.mongodb.org/core/atlas-cli-save- connection-settings を参照してください。

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

Invitation <Id> updated.
# Modify the pending invitation with the ID 5dd56c847a3e5a1f363d424d to grant ORG_OWNER access the organization with the ID 5f71e5255afec75a3d0f96dc:
atlas organizations invitations update 5dd56c847a3e5a1f363d424d --orgId 5f71e5255afec75a3d0f96dc --role ORG_OWNER --output json
# Modify the invitation for the user with the email address user@example.com to grant ORG_OWNER access the organization with the ID 5f71e5255afec75a3d0f96dc:
atlas organizations invitations update --email user@example.com --orgId 5f71e5255afec75a3d0f96dc --role ORG_OWNER --output json

戻る

list