Circle V2 API Docs
Preparing search index...
@repo/trpc
routers/org-members/get-member-by-profile-id.query
getMemberByProfileId
Variable getMemberByProfileId
Const
getMemberByProfileId
:
QueryProcedure
<
{
input
:
{
profileId
:
string
}
;
meta
:
object
;
output
:
{
email
:
string
|
null
;
first_name
:
string
|
null
;
id
:
ProfileId
;
is_superadmin
:
boolean
;
last_name
:
string
|
null
;
role
:
UserRole
;
role_id
:
number
&
{
__brand
:
"RoleId"
}
;
title
:
string
|
null
;
user_id
:
string
&
{
__brand
:
"UserId"
}
|
null
;
}
;
}
,
>
= ...
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Circle V2 API Docs
Loading...