-
Notifications
You must be signed in to change notification settings - Fork 0
사용자 프로필 조회하기
hyeonseung lee edited this page Feb 22, 2024
·
7 revisions
사용자 프로필 조회하기
GET : /user
사용자 인증을 위한 로그인시 발행되는 토큰
{
"Authorization": [사용자_토큰_값]
}
None
Example URL : {{baseURL}}/user
Success : 200
[
{
"_id": "6560692b4e3382b0c484e96e",
"student_number": "S12345",
"email": "[email protected]",
"password": "password1",
"notification": true,
"is_manager": false,
},
]