프로필 조회 (ID)
요청
GET
/api/chat/profile?userId={userId},{userId},{userId}
복수의 유저 아이디에 해당하는 프로필 정보를 조회합니다.
Query Parameters
Name
Type
Description
userId
string
유저 아이디
응답 예시
Last updated
GET
/api/chat/profile?userId={userId},{userId},{userId}
복수의 유저 아이디에 해당하는 프로필 정보를 조회합니다.
Query Parameters
userId
string
유저 아이디
Last updated