Social - Community - Request Response
/social/community/requestresponse/{requestid}/{response}
Responds to a request, either issued by community/member/join or community/member/invite. The response can either be true (Accept) or false (Deny).
Authentication
Required, see Auth - Login
Arguments
requestid (required)
ID of the request you are responding to.
response
Your response to the request, either true or false
Example
http://infinite.ikanow.com/api/community/requestresponse/4f5e189ada7f00000000510f/true
Example Response
{ response: { action: "Request Response" success: true message: "Request answered successfully!" time: 45 } }