Caution: You are viewing documentation for the API's REST interface. Most of our official client libraries use gRPC. See the REST Introduction for details.
Output only. Email address of the user. Read only field
accessCreationDateTime
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"
inviterUserEmailAddress
string
Output only. The email address of the inviter user. Read only field
[[["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 2025-03-06 UTC."],[[["CustomerUserAccess represents the permission of a single user to a single customer."],["The resource is represented in JSON format and includes fields like resource name, user ID, access role, email address, access creation date/time, and inviter user email address."],["Certain fields like resourceName, userId, and accessRole are essential for defining the user's access, while others like emailAddress and accessCreationDateTime provide additional context."],["Many fields are output-only, meaning they are generated by the system and cannot be directly set by the user."]]],["This describes user access permissions for a customer, represented in JSON. Key data includes the `resourceName` (customer and user ID), `userId` (user's ID), `accessRole` (user's permission level), `emailAddress` (user's email), `accessCreationDateTime` (access creation timestamp), and `inviterUserEmailAddress` (inviter's email). `userId`, `emailAddress`, `accessCreationDateTime`, and `inviterUserEmailAddress` are read-only fields. `resourceName` is immutable.\n"]]