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>