Circle V2 API Docs
Preparing search index...
@repo/db
ListOrgPendingInvitesParams
Type Alias ListOrgPendingInvitesParams
type
ListOrgPendingInvitesParams
=
{
entityId
:
EntityId
;
limit
?:
number
;
offset
?:
number
;
search
?:
string
;
sortBy
?:
"name"
|
"email"
;
sortOrder
?:
"asc"
|
"desc"
;
}
Index
Properties
entity
Id
limit?
offset?
search?
sort
By?
sort
Order?
Properties
entity
Id
entityId
:
EntityId
Optional
limit
limit
?:
number
Optional
offset
offset
?:
number
Optional
search
search
?:
string
Optional
sort
By
sortBy
?:
"name"
|
"email"
Optional
sort
Order
sortOrder
?:
"asc"
|
"desc"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
entity
Id
limit
offset
search
sort
By
sort
Order
Circle V2 API Docs
Loading...