User
Zapis JSON |
{
"name": string,
"displayName": string,
"domainId": string,
"type": enum (Type ),
"isAnonymous": boolean
} |
Pola |
name |
string
Nazwa zasobu w Google Chat user . Format: users/{user} . Adres users/app może zostać użyty jako alias użytkownika aplikacji do połączeń bot . W przypadku usługi human users {user} to ten sam identyfikator użytkownika co:
id dla elementu Person w interfejsie People API. Na przykład identyfikator users/123456789 w interfejsie Chat API reprezentuje tę samą osobę, co identyfikator profilu osoby 123456789 w interfejsie People API.
id dla użytkownika w interfejsie Admin SDK Directory API.
Adres e-mail użytkownika może być używany jako alias dla {user} w żądaniach do interfejsu API. Jeśli na przykład identyfikator profilu osoby w interfejsie People API dla user@example.com to 123456789 , możesz użyć users/user@example.com jako aliasu, aby odwołać się do users/123456789 . Zwrócona zostanie tylko kanoniczna nazwa zasobu (np. users/123456789 ).
|
displayName |
string
Tylko dane wyjściowe. Wyświetlana nazwa użytkownika.
|
domainId |
string
Unikalny identyfikator domeny Google Workspace użytkownika.
|
type |
enum (Type )
Typ użytkownika.
|
isAnonymous |
boolean
Tylko dane wyjściowe. Gdy true , użytkownik zostaje usunięty lub jego profil jest niewidoczny.
|
Typ
Wartości w polu enum |
TYPE_UNSPECIFIED |
Wartość domyślna wyliczenia. NIE UŻYWAĆ. |
HUMAN |
Użytkownik. |
BOT |
Użytkownik aplikacji do obsługi czatu. |
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2024-11-04 UTC.
[null,null,["Ostatnia aktualizacja: 2024-11-04 UTC."],[[["The `User` resource represents a Google Chat user, which can be a human or a Chat app."],["A user's resource name is formatted as `users/{user}`, with various identifiers like email or People API ID usable for `{user}`."],["When a Chat app authenticates as a user, the API response for the `User` resource only includes the `name` and `type` fields."],["The `type` field indicates whether the user is `HUMAN` or `BOT`, while `isAnonymous` signifies a deleted or invisible profile."],["The `displayName` and `domainId` provide additional user information but might not be populated in all contexts."]]],[]]