Modifier vos informations personnelles

Vous pouvez modifier les informations personnelles associées à votre compte OUTSCALE, à l’exception de l’ID de compte.

Cockpit

Modifier vos informations personnelles avec Cockpit

  1. Dans le coin supérieur droit, cliquez sur vos initiales.
    Un menu déroulant apparaît.

  2. Placez le curseur de la souris sur IconAccountSettings Paramètres du compte et cliquez sur IconPersonalInfo  Informations personnelles.
    Les informations de votre compte apparaissent.

  3. Pour modifier vos informations personnelles, cliquez sur IconEdit Modifier.
    Le volet MODIFIER LES INFORMATIONS PERSONNELLES apparaît.

  4. Tapez vos nouvelles informations dans les champs de texte correspondants.

  5. Cliquez sur Sauvegarder.
    Vos informations personnelles sont mises à jour.

OSC CLI

Modifier vos informations personnelles avec OSC CLI

À ce jour, cette section est disponible en anglais uniquement.

The UpdateAccount command updates the account information for the account that sends the request.

Request sample
$ osc-cli api UpdateAccount --profile "default" \
    --AdditionalEmails '["another@example.com", "yet.another@example.com"]'

This command contains the following attributes that you need to specify:

  • AdditionalEmails: (optional) One or more additional email addresses for the account. These addresses are used for notifications only. If you already have a list of additional emails registered, you cannot add to it, only replace it. To remove all registered additional emails, specify an empty list.
    Pattern: ^.+@[a-zA-Z0-9-]+(?:\.[a-zA-Z0-9-]+)+$.

  • City: (optional) The new city of the account owner.

  • CompanyName: (optional) The new name of the company for the account.

  • Country: (optional) The new country of the account owner.

  • DryRun: (optional) If true, checks whether you have the required permissions to perform the action.

  • Email: (optional) The main email address for the account. This address is used for your credentials and notifications.

  • FirstName: (optional) The new first name of the account owner.

  • JobTitle: (optional) The new job title of the account owner.

  • LastName: (optional) The new last name of the account owner.

  • MobileNumber: (optional) The new mobile phone number of the account owner.

  • PhoneNumber: (optional) The new landline phone number of the account owner.

  • StateProvince: (optional) The new state/province of the account owner.

  • VatNumber: (optional) The new value added tax (VAT) number for the account.

  • ZipCode: (optional) The new ZIP code of the city.

The UpdateAccount command returns the following elements:

  • Account: Information about the account.

    • AccountId: The ID of the account.

    • AdditionalEmails: One or more additional email addresses for the account. These addresses are used for notifications only.
      Pattern: ^.+@[a-zA-Z0-9-]+(?:\.[a-zA-Z0-9-]+)+$.

    • City: The city of the account owner.

    • CompanyName: The name of the company for the account.

    • Country: The country of the account owner.

    • CustomerId: The ID of the customer.

    • Email: The main email address for the account. This address is used for your credentials and for notifications.

    • FirstName: The first name of the account owner.

    • JobTitle: The job title of the account owner.

    • LastName: The last name of the account owner.

    • MobileNumber: The mobile phone number of the account owner.

    • OutscaleLoginAllowed: Whether the account is allowed to log in to Cockpit v2 using its Outscale credentials when identity federation is activated.

    • PhoneNumber: The landline phone number of the account owner.

    • StateProvince: The state/province of the account.

    • VatNumber: The value added tax (VAT) number for the account.

    • ZipCode: The ZIP code of the city.

  • ResponseContext: Information about the context of the response.

    • RequestId: The ID of the request.

Result sample
{
  "ResponseContext": {
    "RequestId": "0475ca1e-d0c5-441d-712a-da55a4175157"
  },
  "Account": {
    "ZipCode": "92210",
    "CompanyName": "EXAMPLE SAS",
    "FirstName": "JEAN",
    "AdditionalEmails": [
      "another@example.com",
      "yet.another@example.com"
    ],
    "City": "SAINT-CLOUD",
    "Country": "FRANCE",
    "LastName": "DUPONT",
    "AccountId": "123456789012",
    "CustomerId": "87654321",
    "Email": "example@example.com"
  }
}

oapi-cli

Modifier vos informations personnelles avec oapi-cli

À ce jour, cette section est disponible en anglais uniquement.

The UpdateAccount command updates the account information for the account that sends the request.

Request sample
$ oapi-cli --profile "default" UpdateAccount \
    --AdditionalEmails '["another@example.com", "yet.another@example.com"]'

This command contains the following attributes that you need to specify:

  • AdditionalEmails: (optional) One or more additional email addresses for the account. These addresses are used for notifications only. If you already have a list of additional emails registered, you cannot add to it, only replace it. To remove all registered additional emails, specify an empty list.
    Pattern: ^.+@[a-zA-Z0-9-]+(?:\.[a-zA-Z0-9-]+)+$.

  • City: (optional) The new city of the account owner.

  • CompanyName: (optional) The new name of the company for the account.

  • Country: (optional) The new country of the account owner.

  • DryRun: (optional) If true, checks whether you have the required permissions to perform the action.

  • Email: (optional) The main email address for the account. This address is used for your credentials and notifications.

  • FirstName: (optional) The new first name of the account owner.

  • JobTitle: (optional) The new job title of the account owner.

  • LastName: (optional) The new last name of the account owner.

  • MobileNumber: (optional) The new mobile phone number of the account owner.

  • PhoneNumber: (optional) The new landline phone number of the account owner.

  • StateProvince: (optional) The new state/province of the account owner.

  • VatNumber: (optional) The new value added tax (VAT) number for the account.

  • ZipCode: (optional) The new ZIP code of the city.

The UpdateAccount command returns the following elements:

  • Account: Information about the account.

    • AccountId: The ID of the account.

    • AdditionalEmails: One or more additional email addresses for the account. These addresses are used for notifications only.
      Pattern: ^.+@[a-zA-Z0-9-]+(?:\.[a-zA-Z0-9-]+)+$.

    • City: The city of the account owner.

    • CompanyName: The name of the company for the account.

    • Country: The country of the account owner.

    • CustomerId: The ID of the customer.

    • Email: The main email address for the account. This address is used for your credentials and for notifications.

    • FirstName: The first name of the account owner.

    • JobTitle: The job title of the account owner.

    • LastName: The last name of the account owner.

    • MobileNumber: The mobile phone number of the account owner.

    • OutscaleLoginAllowed: Whether the account is allowed to log in to Cockpit v2 using its Outscale credentials when identity federation is activated.

    • PhoneNumber: The landline phone number of the account owner.

    • StateProvince: The state/province of the account.

    • VatNumber: The value added tax (VAT) number for the account.

    • ZipCode: The ZIP code of the city.

  • ResponseContext: Information about the context of the response.

    • RequestId: The ID of the request.

Result sample
{
  "ResponseContext": {
    "RequestId": "0475ca1e-d0c5-441d-712a-da55a4175157"
  },
  "Account": {
    "ZipCode": "92210",
    "CompanyName": "EXAMPLE SAS",
    "FirstName": "JEAN",
    "AdditionalEmails": [
      "another@example.com",
      "yet.another@example.com"
    ],
    "City": "SAINT-CLOUD",
    "Country": "FRANCE",
    "LastName": "DUPONT",
    "AccountId": "123456789012",
    "CustomerId": "87654321",
    "Email": "example@example.com"
  }
}

Pages connexes

Méthode API correspondante