nylas
    Preparing search index...

    Interface AutoGroupWorkspacesRequest

    Interface representing a request to auto-group grants into workspaces.

    All fields are optional. Auto-grouping runs as a background job.

    interface AutoGroupWorkspacesRequest {
        afterCreatedAt?: number;
        invalidAlso?: boolean;
        specificDomain?: string;
    }
    Index

    Properties

    afterCreatedAt?: number

    Only group grants created at or after this Unix timestamp (seconds).

    invalidAlso?: boolean

    When true, includes invalid grants in the grouping pass. Defaults to false.

    specificDomain?: string

    Only group grants whose email domain matches this domain.