# Account
## Properties
**account_id** | Option<**String**> | The ID of the account. | [optional]
**additional_emails** | Option<**Vec<String>**> | One or more additional email addresses for the account. These addresses are used for notifications only. | [optional]
**city** | Option<**String**> | The city of the account owner. | [optional]
**company_name** | Option<**String**> | The name of the company for the account. | [optional]
**country** | Option<**String**> | The country of the account owner. | [optional]
**customer_id** | Option<**String**> | The ID of the customer. | [optional]
**email** | Option<**String**> | The main email address for the account. This address is used for your credentials and for notifications. | [optional]
**first_name** | Option<**String**> | The first name of the account owner. | [optional]
**job_title** | Option<**String**> | The job title of the account owner. | [optional]
**last_name** | Option<**String**> | The last name of the account owner. | [optional]
**mobile_number** | Option<**String**> | The mobile phone number of the account owner. | [optional]
**outscale_login_allowed** | Option<**bool**> | Whether the account is allowed to log in to Cockpit v2 using its Outscale credentials when identity federation is activated. | [optional]
**phone_number** | Option<**String**> | The landline phone number of the account owner. | [optional]
**state_province** | Option<**String**> | The state/province of the account. | [optional]
**vat_number** | Option<**String**> | The value added tax (VAT) number for the account. | [optional]
**zip_code** | Option<**String**> | The ZIP code of the city. | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)