Skip to main content

Join Kakao Guild Room

POST /v2/relation/kakao/join_guild

This endpoint enables the user to join Kakao's guild chatroom.

Request parameters

For query parameters, see Query parameters.

ParameterTypeDescriptionRemark
openidstringPlayer Network SDK OpenIDRequired
tokenstringPlayer Network SDK TokenRequired
guildIdstringGuild ID used in the gameRequired
guildNamestringGuild Name (set as Guild Chat Room Name)Required
nickNamestringGame Nickname of User joining the Guild Chat RoomRequired
worldIdstringWorld ID issued by each Game ServerOptional
profileImagestringGame Profile Image URL of User joining the Guild Chat RoomOptional

Request sample

curl -sS -X POST -H 'Content-Type: application/json' 'https://test.intlgame.com/v2/relation/kakao/join_guild?gameid=11&channelid=35&os=3&sdk_version=2.0&source=0&ts=&sig=1231231' -d '{"token":"a17106cdb5f4789e1ee9bc148b298e515f4917c8","openid":"67733109145611","guildId":"test-guildid","guildName":"test-guildname","nickName":"test-nickName"}' 

Response parameters

ParameterTypeDescription
retuintReturn code
0: success
others: failure
msgstringResponse message

Response sample

{
"msg": "success",
"ret": 0,
"seq": "1650875653-0180225064-031744-0000002245"
}