-
Notifications
You must be signed in to change notification settings - Fork 0
[GET] 유저 리스트 조회
김민지 edited this page Apr 6, 2023
·
2 revisions
메소드 경로 짧은 설명 GET /user/all 유저 리스트 조회
{baseURL} /user/all
{
"user_id": "cd72bbbc-1e46-4018-910e-e611de6afb7d",
"id": "\"testidchange\"",
"password": "\"testpwdchange\"",
"name": "\"testnamechange\"",
"user_num": 19164342,
"role": 2
},
{
"user_id": "6ea6cab3-3ab3-4fd5-9277-91e7d67c3e49",
"id": "\"testid\"",
"password": "\"testpwd\"",
"name": "\"testname\"",
"user_num": 1916434,
"role": 2
}