# Returns

---

## Response Object `object`

### Response object child attributes

- **carrierId** `Integer`
  - Id associated to the carrier

- **email** `String`
  - Email address for the carrier

- **password** `String`
  - Generated Password for the carrier for access

- **message** `String`
  - Response message

### name
- **string**
  - required

Defaults to John Doe

Full name of the user or contact person.

### email
- **string**
  - required

Defaults to user@example.com

Email address of the user. Must be a valid email format.

### phoneNumber
- **string**
  - required

Defaults to +1-555-123-4567

Phone number of the user. Can include country code and formatting.

```json
{
  "carrierId": 386467,
  "email": "kaazsasdfamu@gmail.com",
  "password": "23bc5ba9",
  "message": "You should update your auto generated password"
}
```

---
