Join | Sign in

Sign in to user account

URL

http://www.qworum.com/user_accounts/sign_in

Screenshot

screenshot

Description

This service allows the user to sign in to his/her account on the calling website.

The user will only be able to sign in if he/she has activated the account beforehand. Activation instructions are sent to the user's e-mail address during account creation.

Parameter

None.

Result

This service returns information about the account that the user has signed in to. Example:

<user>
  <email>my.name@email.com</email>
</user>

This service returns nil if the user could not sign in.

Call example
<goto href='/signed_in' xmlns='http://www.qworum.com/'>
  <call href='http://www.qworum.com/user_accounts/sign_in' />
</goto>

Check the subscription status of your domain for this service.

Your domain:

Tips

You may try out this service for free before subscribing. Just set up a local website such as http://127.0.0.1:3000/, and call it from that website.

< Back