AI-generated Key Takeaways
-
Customer User Access Invitations represent an invitation to a new user on a customer account.
-
Key fields for an invitation include
resource_name
,invitation_id
,access_role
,email_address
,creation_date_time
, andinvitation_status
. -
invitation_id
,creation_date_time
, andinvitation_status
are output only fields, meaning they are read-only. -
access_role
andemail_address
are immutable fields.
Represent an invitation to a new user on this customer account.
Fields | |
---|---|
|
Immutable. Name of the resource. Resource names have the form: |
|
Output only. The ID of the invitation. This field is read-only. |
|
Immutable. Access role of the user. |
|
Immutable. Email address the invitation was sent to. This can differ from the email address of the account that accepts the invite. |
|
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" |
|
Output only. Invitation status of the user. |