REST Resource: accounts.invitations

แหล่งข้อมูล: คำเชิญ

เอาต์พุตเท่านั้น แสดงคำเชิญที่รอดำเนินการ

การแสดง 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)

แสดงรายการคำเชิญที่รอดำเนินการสำหรับบัญชีที่ระบุ