Get friendRequestList(received)

반은 친구 목록 보기

받은 친구 목록 보기

POST http://rightnow.p-e.kr/friend/request/list/:email

{
    "data": {
        "RequestFriendList": [
            {
                "email": "user4@naver.com",
                "nick_name": "코코",
                "profile_image": null,
                "role": "USER",
                "social_login": "original",
                "auth_code": "",
                "is_block": null,
                "block_date": null,
                "createdAt": "2022-01-11 18:15:32",
                "updatedAt": "2022-01-11 18:15:32"
            },
            {
                "email": "user6@naver.com",
                "nick_name": "코코",
                "profile_image": null,
                "role": "USER",
                "social_login": "original",
                "auth_code": "",
                "is_block": null,
                "block_date": null,
                "createdAt": "2022-01-11 18:19:30",
                "updatedAt": "2022-01-11 18:19:30"
            },
        ]
    },
    "message": "ok"
}

Last updated