Circle V2 API Docs
Preparing search index...
@repo/trpc
routers/org-members/list-users.query
listUsers
Variable listUsers
Const
listUsers
:
QueryProcedure
<
{
input
:
{
cursor
?:
number
;
limit
?:
number
;
offset
?:
number
;
roleId
?:
unknown
;
search
?:
string
;
sortBy
?:
"name"
|
"email"
;
sortOrder
?:
"asc"
|
"desc"
;
}
;
meta
:
object
;
output
:
PaginatedResponse
<
{
email
:
string
|
null
;
first_name
:
string
|
null
;
id
:
ProfileId
;
last_name
:
string
|
null
;
role_id
:
number
;
role_name
:
string
;
title
:
string
|
null
;
}
,
>
;
}
,
>
= ...
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Circle V2 API Docs
Loading...