Interface SignedInUser
Signed in user type, always has a unique id and display name.
Signature
declare interface SignedInUser
Property signatures
Name |
Description |
displayName |
For a personal device, it's the user's first name and last name. For a robot account, it's the administrator-specified device name. For example, "Altostrat Room". |
user |
Unique ID for the user. Interoperable with Admin SDK API and People API. Format: users/{user} |
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-02-05 UTC.
[null,null,["Last updated 2025-02-05 UTC."],[[["The content pertains to the `SignedInUser` interface within the Google Workspace Developer Preview Program."],["The `SignedInUser` interface includes a `displayName`, which varies between personal users and robot accounts, but it always contains some form of a name."],["The `SignedInUser` interface also includes a `user` property that provides a unique, interoperable ID for the user, consistent across various Google APIs."]]],[]]