Circle V2 API Docs
Preparing search index...
@repo/trpc
routers/profiles/list-emr-profiles.query
listEmrProfiles
Variable listEmrProfiles
Const
listEmrProfiles
:
QueryProcedure
<
{
input
:
{
cursor
?:
number
;
limit
?:
number
;
offset
?:
number
;
search
?:
string
;
sortBy
?:
"name"
|
"email"
;
sortOrder
?:
"asc"
|
"desc"
;
}
;
meta
:
object
;
output
:
PaginatedResponse
<
{
email
:
string
|
null
;
external_system
:
|
"kipu"
|
"lightningstep"
|
"sunwave"
|
"qualifacts_insync"
|
null
;
first_name
:
string
|
null
;
id
:
ProfileId
;
last_name
:
string
|
null
;
pending_invite_id
:
PendingInviteId
|
null
;
title
:
string
|
null
;
}
,
>
;
}
,
>
= ...
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Circle V2 API Docs
Loading...