ETASCOM CRM V3 - Documentation API
Storybook
GitHub
Preparing search index...
app/api/settings/users/[id]/route
GET
Function GET
GET
(
request
:
NextRequest
,
__namedParameters
:
{
params
:
Promise
<
{
id
:
string
}
>
}
,
)
:
Promise
<
|
NextResponse
<
{
message
:
string
}
>
|
NextResponse
<
{
avatar
:
string
|
null
;
codeExpiresAt
:
Date
|
null
;
createdAt
:
Date
;
email
:
string
;
emailVerifiedAt
:
Date
|
null
;
id
:
string
;
isProtected
:
boolean
;
isTabletUser
:
boolean
;
isTrashed
:
boolean
;
lastSignInAt
:
Date
|
null
;
name
:
string
|
null
;
productionCode
:
string
|
null
;
role
:
{
id
:
string
;
isProtected
:
boolean
;
name
:
string
;
slug
:
string
}
;
roleId
:
string
;
status
:
UserStatus
;
twoFactorEnabled
:
boolean
;
twoFactorVerifiedAt
:
Date
|
null
;
updatedAt
:
Date
;
}
,
>
,
>
Parameters
request
:
NextRequest
__namedParameters
:
{
params
:
Promise
<
{
id
:
string
}
>
}
Returns
Promise
<
|
NextResponse
<
{
message
:
string
}
>
|
NextResponse
<
{
avatar
:
string
|
null
;
codeExpiresAt
:
Date
|
null
;
createdAt
:
Date
;
email
:
string
;
emailVerifiedAt
:
Date
|
null
;
id
:
string
;
isProtected
:
boolean
;
isTabletUser
:
boolean
;
isTrashed
:
boolean
;
lastSignInAt
:
Date
|
null
;
name
:
string
|
null
;
productionCode
:
string
|
null
;
role
:
{
id
:
string
;
isProtected
:
boolean
;
name
:
string
;
slug
:
string
}
;
roleId
:
string
;
status
:
UserStatus
;
twoFactorEnabled
:
boolean
;
twoFactorVerifiedAt
:
Date
|
null
;
updatedAt
:
Date
;
}
,
>
,
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Storybook
GitHub
ETASCOM CRM V3 - Documentation API
Loading...