Sanity App SDK
Preparing search index...
@sanity/sdk
index
GetUsersOptions
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
)
ProjectHandle
GetUsersOptions
ResolveUsersOptions
Index
Properties
batch
Size?
organization
Id?
project
Id?
resource
Type?
Properties
Optional
batch
Size
batchSize
?:
number
Optional
organization
Id
organizationId
?:
string
Optional
project
Id
projectId
?:
string
Optional
resource
Type
resourceType
?:
"organization"
|
"project"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
batch
Size
organization
Id
project
Id
resource
Type
Sanity App SDK
Loading...
Represents the minimal configuration required to identify a Sanity project.