Member Junction
    Preparing search index...

    Interface GoogleWorkspaceCreateMailboxPayload

    The Google Workspace Admin directory.users.insert create-mailbox payload (the subset we construct).

    interface GoogleWorkspaceCreateMailboxPayload {
        DisplayName: string;
        Domain?: string;
        OrgUnitPath?: string;
        PrimaryEmail: string;
    }
    Index

    Properties

    DisplayName: string

    The display name (name.fullName).

    Domain?: string

    The Workspace customer/domain the mailbox belongs to, from Configuration.Domain.

    OrgUnitPath?: string

    The org unit path, when supplied via Configuration.OrgUnitPath.

    PrimaryEmail: string

    The primary email to create (primaryEmail).