유저정보
유저번호를 이용하여 정보를 조회합니다.
GET
https://api.sgrsoft.com/v1/user/info?client_id=[클라이언트키]&user_no=[유저번]&key=[유저토큰]
Query String Parameters
Name
Type
Description
client_id
String
클라이언트 아이디
key
String
유저 토큰 키
user_no
Number
유저번호
결과
{
code: 200,
message: null,
result: {
user: {
no: "24",
oid: "102",
id: "now17",
country: null,
lang: null,
nickname: "나니뇽",
nickname_last_update: "2019-09-23",
profile_image_url: "http://img.sgrsoft.com/profile/201908/d3c137248a14b0de0663ea53d37b2655.jpeg",
channel_pos: "45",
channel_height: "398",
channel_image_url: "http://img.sgrsoft.com/channel_image/201908/d7179b93d4c756f20f15c57adb943c57.jpg",
description: "나니뇽 채널입니다.",
ranking: "1",
allowed_manager_counts: "3",
point: "697",
rating: "BEGINNER",
view_cnt: "28",
discussion_cnt: "44",
post_cnt: "175",
comment_cnt: "0",
like_cnt: "64",
hate_cnt: "0",
good_cnt: "0",
popular: "17198",
last_post_date: "2019-10-31 10:15:11",
terms_date: "2019-08-04 12:11:13",
privacy_date: "2019-08-04 12:11:13",
withdrawal_date: null,
blocked: "0000-00-00 00:00:00",
sns_facebook: "sdfsdf",
sns_youtube: "https://www.youtube.com/channel/UCA_sRsQSXprujDsScOS5lYA",
sns_instagram: "ㄴㅇㄹㄴㅇ",
new_job: "0",
etc_data: null,
updated: "2019-09-24 16:46:03",
created: "2019-08-04 12:11:13",
block_info: null,
is_followed: true,
feed_info: {
no: "1",
oid: "102",
type: "feed",
name: "피드",
game_id: "",
user_no: "24",
deletable: "N",
created: "2019-08-19 15:51:42",
api_list_url: "http://api.sgrsoft.com/api/discussion/list/?user_no=24&bbs_no=1",
shut_api_list_url: "/api/discussion/list/?user_no=24&bbs_no=1",
},
following_cnt: "5",
def_rating: "BEGINNER",
rating_image: "",
is_live: "Y",
}
},
ids: "",
}
Last updated