backend
Preparing search index...
controllers/users
getById
Function getById
getById
(
req
:
Request
,
res
:
Response
<
{
email
?:
string
;
id
:
number
;
name
?:
string
;
username
:
string
}
,
>
,
)
:
Promise
<
void
>
GET /api/users/id/:id
Parameters
req
:
Request
res
:
Response
<
{
email
?:
string
;
id
:
number
;
name
?:
string
;
username
:
string
}
>
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
backend
Loading...
GET /api/users/id/:id