QuickBase JS SDK v2 - v2.2.2
API Methods
QuickBase API
GitHub
Preparing search index...
GetUsersResponse
Interface GetUsersResponse
interface
GetUsersResponse
{
metadata
:
{
nextPageToken
:
string
;
[
key
:
string
]:
unknown
}
;
users
:
{
emailAddress
:
string
;
firstName
:
string
;
hashId
:
string
;
lastName
:
string
;
userName
:
string
;
[
key
:
string
]:
unknown
;
}
[]
;
[
key
:
string
]:
unknown
;
}
Indexable
[
key
:
string
]:
unknown
Index
Properties
metadata
users
Properties
metadata
metadata
:
{
nextPageToken
:
string
;
[
key
:
string
]:
unknown
}
Additional request information
users
users
:
{
emailAddress
:
string
;
firstName
:
string
;
hashId
:
string
;
lastName
:
string
;
userName
:
string
;
[
key
:
string
]:
unknown
;
}
[]
A list of users found in an account with the given criterias
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
metadata
users
API Methods
QuickBase API
GitHub
QuickBase JS SDK v2 - v2.2.2
Loading...
Additional request information