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)

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