Google Apps Script API
    Preparing search index...

    Representation of a user, suitable for scripting.

    interface User {
        getEmail(): string;
        getUserLoginId(): string;
    }
    Index

    Methods