# Register()

| Arguments | Type   | Required | Default |
| --------- | ------ | -------- | ------- |
| License   | String | True     |         |
| Username  | String | True     |         |
| E-Mail    | String | True     |         |
| Password  | String | True     |         |

```python
import PyAuthGG

App = PyAuthGG.Application("API KEY", "AID", "SECRET_KEY")

App.Register("NRMY7-YPPZ0-SHQR2-5ITYV-GFI40", "xFueY", "xFueY@mail.com", "Pass")
```

### Success Response

```javascript
{
   "result":"success"
}
```

### Error Response

{% hint style="info" %}
For more responses, please refer to [Auth.GG's Documentation](https://setup.auth.gg/api/application-information).
{% endhint %}
