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}