Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info

Attempts to join a community.  If the community accepts open membership, you will be added as a member immediately.  If the community requires owner approval, an email will be sent to him and you will not be a member until the owner accepts you.

If owner approval is required the owner will be asked to respond in email to this api call: Request Response

Authentication

Required, see Auth - Login

...

http://infinite.ikanow.com/api/community/member/join/abcde123454f5e189ada7f00000000510f

Example Response
Info
  • Requires owner approval
Code Block
{
    response: 
	{
        action: "Join Community"
        success: true
        message: "Joined community successfully, awaiting owner approval"
        time: 45
    }
}
  • Allows open enrollment
Code Block
{
    response: 
	{
        action: "Join Community"
        success: true
        message: "Joined community successfully"
        time: 45
    }
}