CustomerUserAccess
Stay organized with collections
Save and categorize content based on your preferences.
Represents the permission of a single user onto a single customer.
Fields |
resource_name
|
string
Immutable. Name of the resource. Resource names have the form: customers/{customer_id}/customerUserAccesses/{user_id}
|
user_id
|
int64
Output only. User id of the user with the customer access. Read only field
|
access_role
|
AccessRole
Access role of the user.
|
email_address
|
string
Output only. Email address of the user. Read only field
|
access_creation_date_time
|
string
Output only. The customer user access creation time. Read only field The format is "YYYY-MM-DD HH:MM:SS". Examples: "2018-03-05 09:15:00" or "2018-02-01 14:34:30"
|
inviter_user_email_address
|
string
Output only. The email address of the inviter user. Read only field
|
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 2025-08-07 UTC.
[null,null,["Last updated 2025-08-07 UTC."],[],[],null,["# CustomerUserAccess\n\nRepresents the permission of a single user onto a single customer.\n\n| Fields ||\n|----------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ### `resource_name` | `string` Immutable. Name of the resource. Resource names have the form: `customers/{customer_id}/customerUserAccesses/{user_id}` |\n| ### `user_id` | `int64` Output only. User id of the user with the customer access. Read only field |\n| ### `access_role` | [AccessRole](/google-ads/api/reference/rpc/v19/AccessRoleEnum.AccessRole) Access role of the user. |\n| ### `email_address` | `string` Output only. Email address of the user. Read only field |\n| ### `access_creation_date_time` | `string` Output only. The customer user access creation time. Read only field The format is \"YYYY-MM-DD HH:MM:SS\". Examples: \"2018-03-05 09:15:00\" or \"2018-02-01 14:34:30\" |\n| ### `inviter_user_email_address` | `string` Output only. The email address of the inviter user. Read only field |"]]