mongocli iam projects invitations 列表
返回项目中所有挂起的邀请。
要使用此命令,您必须使用具有项目用户管理员角色的用户账户或API密钥进行身份验证。
语法
命令语法
mongocli iam projects invitations list [options]
选项
名称 | 类型 | 必需 | 描述 |
---|---|---|---|
--email | 字符串 | false | 用户的电子邮件地址。 |
-h, --help | false | list 帮助信息 | |
-o, --output | 字符串 | false | 输出格式。有效值有 json, json-path, go-template, 或 go-template-file。要查看完整的输出,请使用 -o json 选项。 |
--projectId | 字符串 | false | 表示要使用的项目的十六进制字符串。此选项覆盖配置文件或环境变量中的设置。 |
继承选项
名称 | 类型 | 必需 | 描述 |
---|---|---|---|
-P, --profile | 字符串 | false | 配置文件中要使用的配置文件名称。有关MongoCLI配置文件的配置信息,请参阅https://dochub.mongodb.org/core/atlas-cli-configuration-file. |
示例
# Return a JSON-formatted list of pending invitations to the project with the ID 5f71e5255afec75a3d0f96dc: mongocli iam projects invitations list --projectId 5f71e5255afec75a3d0f96dc --output json