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://qworum.net/'>
  <call href='http://www.qworum.com/user_accounts/sign_in' />
</goto>

< Back