## Summary Create an account for a given project. Asynchronous call ### Request XML ```xml <create_account> <url></url> <email_addr></email_addr> <passwd_hash></passwd_hash> <user_name></user_name> <team_name></team_name> </create_account> ``` ### Response XML (where applicable) N/A