Sanity App SDK
    Preparing search index...

    Interface GetUsersOptions

    Represents the minimal configuration required to identify a Sanity project.

    interface GetUsersOptions {
        batchSize?: number;
        organizationId?: string;
        projectId?: string;
        resourceType?: "organization" | "project";
    }

    Hierarchy (View Summary)

    Index

    Properties

    batchSize?: number
    organizationId?: string
    projectId?: string
    resourceType?: "organization" | "project"