Method: spaces.create

创建没有成员的聊天室。可用于在 Import mode 中创建命名聊天室或群聊。如需查看示例,请参阅创建聊天室

如果您在创建聊天室时收到错误消息 ALREADY_EXISTS,请尝试使用其他 displayName。Google Workspace 组织中现有的聊天室可能已使用此显示名称。

支持以下类型的身份验证

以应用身份进行身份验证时,必须在请求中设置 space.customer 字段。

HTTP 请求

POST https://chat.googleapis.com/v1/spaces

网址采用 gRPC 转码语法。

查询参数

参数
requestId

string

可选。此请求的唯一标识符。建议使用随机 UUID。指定现有请求 ID 会返回使用该 ID 创建的聊天室,而不是创建新的聊天室。使用其他经过身份验证的用户指定同一 Chat 应用中的现有请求 ID 会返回错误。

请求正文

请求正文包含一个 Space 实例。

响应正文

如果成功,响应正文将包含一个新创建的 Space 实例。

授权范围

需要以下 OAuth 范围之一:

  • https://www.googleapis.com/auth/chat.app.spaces.create
  • https://www.googleapis.com/auth/chat.app.spaces
  • https://www.googleapis.com/auth/chat.import
  • https://www.googleapis.com/auth/chat.spaces
  • https://www.googleapis.com/auth/chat.spaces.create

如需了解详情,请参阅授权指南