Member Junction
    Preparing search index...

    The minimal Google Workspace Admin surface for mailbox provisioning. A production wiring implements this over googleapis (admin.users.insert(...)) with an admin credential resolved from the provider Configuration. NO googleapis types leak through.

    interface IGoogleWorkspaceAdminLike {
        CreateMailbox(
            payload: GoogleWorkspaceCreateMailboxPayload,
        ): Promise<GoogleWorkspaceCreateMailboxResult>;
    }
    Index

    Methods