username
은 필수값요청
{ }
응답
Status Code
Status Code : 200 (OK)
ResponseBody
{ "hasNext" : true "profiles" : [ { "profileId" : 1, "username" : "머구리", "imageUrl" : "imageurl", "isFollow" : false }, { "profileId" : 2, "username" : "crush". "imageUrl" : "imageUrl", "isFollow" : true } ] }
- 참고 페이지

백둥이 의견 → 처음 페이지에 접속하면 사용자 목록은 비워둔다. 그 후에 username으로 검색하면 해당 사용자 목록을 내려준다.