-
Notifications
You must be signed in to change notification settings - Fork 0
User API
JeongHyeon Kim edited this page Dec 6, 2025
·
3 revisions
์ฌ์ฉ์ ๊ด๋ จ ๊ธฐ๋ฅ์ ์ ๊ณตํ๋ API ๋ชจ์์
๋๋ค.
ํ์ ์กฐํ, ํ์ ์ ๋ณด ์์ , ํ๋กํ ์ด๋ฏธ์ง ๋ณ๊ฒฝ ๋ฑ ์ฌ์ฉ์ ๋๋ฉ์ธ ์ ๋ฐ์ ๋ค๋ฃน๋๋ค.
์ฌ์ฉ์ ์ ๋ณด๋ฅผ ์กฐํํฉ๋๋ค.
-
userId: ์ฌ์ฉ์ ID
-
Authorization: Bearer Token
{
"id": 1,
"email": "test@example.com",
"nickName": "ํ๊ธธ๋",
"profileImage": "https://cdn.myapp.com/user/profile/123.png",
"notification_enabled": "1",
"mbti": "ISTP",
"phoneNumber": "010-1234_5678",
"profileMessage": "์๋
ํ์ธ์~"
}์ฌ์ฉ์ ์ ๋ณด๋ฅผ ์ผ๋ถ ์์ ํฉ๋๋ค.
โป ๋ณธ์ธ ํ๋กํ๋ง ์์ ๊ฐ๋ฅํ๊ธฐ์ PathVariable ์ ๊ฑฐํ์ต๋๋ค.
-
Authorization: Bearer Token
ํด๋ผ์ด์ธํธ์์๋ ๋ณ๊ฒฝ๋ ๋ถ๋ถ๋ง ์ ์ก
{
"nickName": "์ ํ",
"notification_enabled": "0",
"mbti": "ISFJ",
"phoneNumber": "010-1234_5678",
"profileMessage": "๋ณ๊ฒฝ๋ ์ํ๋ฉ์์ง"ํด๋น ์ฌ์ฉ์์ ๋ณ๊ฒฝ๋ ์ ์ฒด ๋ฐ์ดํฐ๋ฅผ ์๋ต
{
"id": 1,
"email": "test@example.com",
"nickName": "์ ํ",
"profileImage": "https://cdn.myapp.com/user/profile/123.png",
"notification_enabled": "0",
"mbti": "ISFJ",
"phoneNumber": "010-1234_5678",
"profileMessage": "๋ณ๊ฒฝ๋ ์ํ๋ฉ์์ง"
}์ฌ์ฉ์ ํ์ํํด
-
Authorization: Bearer Token
Storage Service : S3 ์ฌ์ฉ ํ์
์ฌ์ฉ์ ํ๋ก์ฐ๋ฅผ ๋ฑ๋กํฉ๋๋ค.
-
Authorization: Bearer Token
๋์ ์ฌ์ฉ์๋ฅผ ์ธํ๋ก์ฐํฉ๋๋ค.
-
followId: ์ธํ๋ก์ฐ ๋์ ์ฌ์ฉ์ ID
-
Authorization: Bearer Token