Sanity Library Reference Docs
Preparing search index...
@sanity/workflow-sdk
project-users
loadProjectUserProfiles
Function loadProjectUserProfiles
loadProjectUserProfiles
(
args
:
{
client
:
ProjectUserProfileClient
;
ids
:
readonly
string
[]
;
projectId
:
string
;
}
,
)
:
Promise
<
ClientProjectUser
[]
>
Loads project-user profiles with Studio-compatible batching and per-user caching.
Parameters
args
:
{
client
:
ProjectUserProfileClient
;
ids
:
readonly
string
[]
;
projectId
:
string
}
Returns
Promise
<
ClientProjectUser
[]
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Sanity Library Reference Docs
Loading...
Loads project-user profiles with Studio-compatible batching and per-user caching.