Method: locations.admins.create

邀请指定用户担任指定营业地点的管理员。邀请对象必须接受邀请才能获得相应营业地点的访问权限。如需以编程方式接受邀请,请参阅 [invitations.accept] [google.mybusiness.accountmangement.v1.AcceptInvitation]。

HTTP 请求

POST https://mybusinessaccountmanagement.googleapis.com/v1/{parent=locations/*}/admins

网址采用 gRPC 转码语法。

路径参数

参数
parent

string

必需。创建此管理员的营业地点的资源名称。locations/{locationId}/admins.

请求正文

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

响应正文

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

授权范围

需要以下 OAuth 作用域:

  • https://www.googleapis.com/auth/business.manage

有关详情,请参阅 OAuth 2.0 概览