A user in Google Chat. When returned as an output from a request, if your Chat app authenticates as a user, the output for a User
resource only populates the user's name
and type
.
JSON representation |
---|
{
"name": string,
"displayName": string,
"domainId": string,
"type": enum ( |
Fields | |
---|---|
name |
Resource name for a Google Chat Format: For
|
display |
Output only. The user's display name. |
domain |
Unique identifier of the user's Google Workspace domain. |
type |
User type. |
is |
Output only. When |
Type
Enums | |
---|---|
TYPE_UNSPECIFIED |
Default value for the enum. DO NOT USE. |
HUMAN |
Human user. |
BOT |
Chat app user. |