Pinecone TypeScript SDK - v8.2.0
Github Repo
Pinecone Docs
Preparing search index...
UserList
Interface UserList
A paginated list of users in the organization.
Export
UserList
interface
UserList
{
data
:
User
[]
;
pagination
?:
InviteListPagination
|
null
;
}
Index
Properties
data
pagination?
Properties
data
data
:
User
[]
The page of users.
Memberof
UserList
Optional
pagination
pagination
?:
InviteListPagination
|
null
Memberof
UserList
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
data
pagination
Github Repo
Pinecone Docs
Pinecone TypeScript SDK - v8.2.0
Loading...
A paginated list of users in the organization.
Export
UserList