Creates a new subaccount with an automatically generated unique ID as subaccount technical name and the specified display name and assigns the user as a subaccount owner. The user is authorized against the existing subaccount passed as --account parameter. Optionally, you can clone an existing subaccount configuration to save time and effort.
SAP Business Technology Platform, Neo environment will sunset on December 31, 2028, subject to terms of customer or partner contracts.
For more information, see SAP Note 3351844.
This documentation refers to SAP Business Technology Platform, Neo environment. If you are looking for documentation about other environments, see SAP Business Technology Platform
↗️ .
neo create-account --display-name <subaccount_display_name> --account <subaccount_technical_name> --user <e-mail_or_user> --host <host> --clone <cloning_options>
If you clone an existing extension subaccount, the new subaccount will not be an extension subaccount but a regular one. The new subaccount will not have the trust and destination settings typical for extension subaccounts.
To list all parameters available for this command, execute neo help create-account
in the command line.
Required |
|
---|---|
|
Subaccount technical name Specify an existing subaccount of which you are already a member.
|
|
Subaccount display name If you want to create a subaccount whose display name has intervals, use quotes when executing the command. For example: neo ... --display-name "Display Name with Intervals"
|
|
Use your email, SAP ID or user name
|
|
To protect your password, enter it only when prompted by the console client and not explicitly as a parameter in the properties file or the command line.
|
|
Enter a region host.
|
--clone |
(Optional) List of settings that will be copied (re-created) from the existing subaccount into the new subaccount. A comma separated list of values, which are as follows:
Each value combination is acceptable, for example,
|
neo create-account --account mysubaccount --display-name mynewsubaccount --user myuser --host hana.ondemand.com
You may choose among the following cloning options:
Cloning Option |
Description |
---|---|
|
All settings (trust, members and destinations) from the existing subaccount will be copied into the new one.
|
|
The following trust settings will be re-created in the new subaccount similarly to the relevant settings in the existing subaccount:
All other trust settings (for example, trusted on-premise identity providers) from the existing subaccount will not be copied into the new subaccount.
|
|
All members with their roles from the existing subaccount will be copied into the new one. |
|
All destinations from the existing subaccount will be created into the new one. In addition, the relevant certificates and passwords for the destinations will also be cloned so the destination configurations will be fully functional in the new subaccount. |
Example of cloning an existing subaccount to create a new subaccount with the same trust settings and existing destinations:
neo create-account --account mysubaccount --display-name mynewsubaccount --user myuser --host hana.ondemand.com --clone trust,destinations