CustomerUserAccessInvitation
Stay organized with collections
Save and categorize content based on your preferences.
Represent an invitation to a new user on this customer account.
Fields |
resource_name
|
string
Immutable. Name of the resource. Resource names have the form: customers/{customer_id}/customerUserAccessInvitations/{invitation_id}
|
invitation_id
|
int64
Output only. The ID of the invitation. This field is read-only.
|
access_role
|
AccessRole
Immutable. Access role of the user.
|
email_address
|
string
Immutable. Email address the invitation was sent to. This can differ from the email address of the account that accepts the invite.
|
creation_date_time
|
string
Output only. Time invitation was created. This field is read-only. The format is "YYYY-MM-DD HH:MM:SS". Examples: "2018-03-05 09:15:00" or "2018-02-01 14:34:30"
|
invitation_status
|
AccessInvitationStatus
Output only. Invitation status of the user.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-12 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-12 UTC."],[[["CustomerUserAccessInvitation resource represents an invitation to a new user on a Google Ads customer account."],["Invitations include details like the user's access role, email address, creation time, and current status."],["The resource name and invitation ID are immutable and uniquely identify the invitation."],["The invitation status indicates whether the user has accepted or the invitation is pending or expired."],["Access role determines the level of access the invited user will have within the Google Ads account upon acceptance."]]],[]]