Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

Info

Responds to a request, either issued by community/member/join or community/member/invite.  The response can either be true (Accept) or false (Deny).

...

response
Your response to the request, either true or false

Example

http://infinite.ikanow.com/api/community/requestresponse/4f5e189ada7f00000000510f/true

Example Response
Info
Code Block

...

{
    response: 
    {
        action: "Request Response"
        success: true
        message: "Request answered successfully!"
        time: 45
    }
}