Member Junction
    Preparing search index...

    Interface GoogleWorkspaceCreateMailboxResult

    What IGoogleWorkspaceAdminLike.CreateMailbox resolves to — the created address + directory id.

    interface GoogleWorkspaceCreateMailboxResult {
        PrimaryEmail: string;
        UserId: string;
    }
    Index

    Properties

    Properties

    PrimaryEmail: string

    The provisioned primary email (the identity value).

    UserId: string

    The Workspace directory user id of the created user.