Join | Sign in

Create a user account

URL

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

Screenshot

screenshot

Description

This service creates a user account on behalf of the caller website. The created account will only be valid for the website domain, as determined by the Referer header of the HTTP request.

This service requires an e-mail address as user identifier. After creating the account, the next step for the user is to activate the account by answering an e-mail that this service will send after account creation.

Parameter

None.

Result

This service returns information about the account that was created. The caller should not consider this account activated. Result example:

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

This service returns nil if no account was created.

Call example
<goto href='/account_created' xmlns='http://www.qworum.com/'>
  <call href='http://www.qworum.com/user_accounts/create_account' />
</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