Phanfare Support Site
NewAccount
From Doc
This call lets you create new Phanfare account.
Authentication
Requires an API key with authorization for create Phanfare accounts.
Parameters
api_key (required)
- The api key for your application
email_address (required)
- The email address to register with the new account. This email will receive the email conformation message
first_name (required)
- The user's first name
last_name (required)
- The user's last name
promotion_code (optional)
- Any promotion code to be applied to the new account
Sample Response
<rsp stat="ok"> <session uid="" premium="” friend_group_id=”” family_group_id=””/> </rsp>

