REST Resource: accounts.invitations

リソース: Invite

出力専用。保留中の招待を表します。

JSON 表現
{
  "name": string,
  "role": enum (AdminRole),

  // Union field target can be only one of the following:
  "targetAccount": {
    object (Account)
  },
  "targetLocation": {
    object (TargetLocation)
  }
  // End of list of possible types for union field target.
}
フィールド
name

string

招待状のリソース名。

role

enum (AdminRole)

アカウントに対する招待されたロール。

共用体フィールド target。この招待のターゲットを示します。target は次のいずれかになります。
targetAccount

object (Account)

この招待の対象となる、データがわずかに入力されているアカウント。

targetLocation

object (TargetLocation)

この招待の対象地域。

TargetLocation

保留中の招待の対象地域を表します。

JSON 表現
{
  "locationName": string,
  "locationAddress": string
}
フィールド
locationName

string

ユーザーが招待されているビジネスの名前。

locationAddress

string

ユーザーが招待されているビジネスの住所。

メソッド

accept
(deprecated)

指定した招待を承諾します。

decline
(deprecated)

指定した招待を辞退します。

list
(deprecated)

指定したアカウントについて、承認待ちとなっている招待の一覧を取得します。