register_new_user
Registers a new user on AutomationExercise with complete details including name, email, password, address, country, and mobile.
Instructions
Register a new user account on AutomationExercise with full details
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| city | Yes | City for registration | |
| name | Yes | Full name for registration | |
| Yes | Email address for registration | ||
| state | Yes | State for registration | |
| address | Yes | Primary address for registration | |
| company | Yes | Company name for registration | |
| country | Yes | Country for registration | |
| zipCode | Yes | ZIP code for registration | |
| address2 | Yes | Secondary address for registration | |
| lastName | Yes | Last name for registration | |
| password | Yes | Password for the new account | |
| firstName | Yes | First name for registration | |
| mobileNumber | Yes | Mobile phone number for registration |