community/join.json 概要

コミュニティに参加、退会を行います。

リクエスト

パラメータ 説明
community_id*必須 integer フレンドリクエストを承認、あるいは拒否する相手のメンバーIDを指定します。
leave boolean コミュニティから退会したい場合に、このパラメータをtrueに指定します。

レスポンス

フィールド名 説明
message statusフィールドがerrorのときにメッセージを返します。

サンプルリクエスト

$ curl http://example.com/api.php/community/join.json?community_id=1234&leave=true&apiKey=5ad9d5a6a11c5f13ca5901a7c6e1d89ea991dc195666de393a61c808c61d19a5

サンプルレスポンス