Method: customers.customerUserAccessInvitations.mutate

יצירת הזמנה לגישה או הסרה שלה.

רשימת השגיאות שהופעלו: AccessInvitationError AuthenticationError AuthorizationError HeaderError InternalError QuotaError RequestError

בקשת HTTP

POST https://googleads.googleapis.com/v16/customers/{customerId}/customerUserAccessInvitations:mutate

כתובת ה-URL משתמשת בתחביר של Transcoding של gRPC.

פרמטרים של נתיב

פרמטרים
customerId

string

חובה. המזהה של הלקוח שהזמנת הגישה שלו עוברת שינוי.

גוף הבקשה

גוף הבקשה מכיל נתונים במבנה הבא:

ייצוג JSON
{
  "operation": {
    object (CustomerUserAccessInvitationOperation)
  }
}
שדות
operation

object (CustomerUserAccessInvitationOperation)

חובה. הפעולה שרוצים לבצע בהזמנת הגישה

גוף התשובה

הודעת תשובה לגבי שינוי בהזמנה לגישה.

אם הפעולה מצליחה, גוף התגובה מכיל נתונים במבנה הבא:

ייצוג ב-JSON
{
  "result": {
    object (MutateCustomerUserAccessInvitationResult)
  }
}
שדות
result

object (MutateCustomerUserAccessInvitationResult)

תוצאה של השינוי.

היקפי הרשאה

נדרש היקף הרשאות OAuth הבא:

  • https://www.googleapis.com/auth/adwords

למידע נוסף, ראו סקירה כללית על OAuth 2.0.

CustomerUserAccessInvitationOperation

פעולה יחידה (יצירה או הסרה) בהזמנת גישה של משתמש לקוח.

ייצוג ב-JSON
{

  // Union field operation can be only one of the following:
  "create": {
    object (CustomerUserAccessInvitation)
  },
  "remove": string
  // End of list of possible types for union field operation.
}
שדות
שדה האיחוד operation. פעולת המוטציה operation יכולה להיות רק אחת מהפעולות הבאות:
create

object (CustomerUserAccessInvitation)

פעולת יצירה: לא צפוי שם משאב עבור הזמנת הגישה החדשה.

remove

string

פעולת הסרה: שם משאב של ההזמנה לביטול, בפורמט הזה:

customers/{customerId}/customerUserAccessInvitations/{invitationId}

MutateCustomerUserAccessInvitationResult

התוצאה של שינוי ההזמנה לגישה משתנה.

ייצוג JSON
{
  "resourceName": string
}
שדות
resourceName

string

הוחזר עבור פעולות שבוצעו בהצלחה.