mongocli IAM 組織の招待リスト
組織に対するすべての保留中の招待を返します。
このコマンドを使用するには、ユーザー アカウントまたは組織ユーザー管理者ロールの API キーで認証する必要があります。
構文
コマンド構文
mongocli iam organizations invitations list [options]
オプション
名前 | タイプ | 必須 | 説明 |
---|---|---|---|
--email | string | false | ユーザーのメールアドレス。 |
-h, --help | false | リスト用のヘルプ | |
--orgId | string | false | 使用する組織ID。 このオプションは、構成ファイルまたは環境変数の 設定を上書きします。 |
-o, --output | string | false | 出力形式。 有効な値は、 JSON 、 JSON -path、go-template、または go-template-file です。 完全な出力を表示するには、 -o JSONオプションを使用します。 |
継承されたオプション
名前 | タイプ | 必須 | 説明 |
---|---|---|---|
-P, --profile | string | false | 構成ファイルから使用するプロファイルの名前。 MongoCLI のプロファイルについては、 https://docub.mongodb.org/core/atlas-cli-configuration-file を参照してください。 |
例
# Return a JSON-formatted list of pending invitations to the organization with the ID 5f71e5255afec75a3d0f96dc: mongocli iam organizations invitations list --orgId 5f71e5255afec75a3d0f96dc --output json