Circle V2 API Docs
Preparing search index...
@repo/trpc
routers/superadmin/org-users/list-clients.query
listClients
Variable listClients
Const
listClients
:
QueryProcedure
<
{
input
:
{
entityId
:
number
;
profileId
:
string
}
;
meta
:
object
;
output
:
{
items
:
{
dob
:
string
|
null
;
first_name
:
string
|
null
;
last_name
:
string
|
null
;
patient_id
:
PatientId
;
session_count
:
number
|
null
;
}
[]
;
}
;
}
,
>
= ...
Clients owned by one org member, for the superadmin transfer tool.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Circle V2 API Docs
Loading...
Clients owned by one org member, for the superadmin transfer tool.