dx api
command to call the /user-xxxx/update API route directly and update your billTo field.user-smithj
is updating their default billing account to org-demo_org
. To use this command yourself, replace user-smithj
with your own user ID and org-demo_org
with your org ID. This command will succeed only if you are editing your own user account and if you have the minimum required access in the org.org-support
) in the project's share dialog.dx add users
command.dx new project
while specifying the --bill-to flag. If this flag is not specified, the newly created project will be billed to your default billing account. This command will succeed only if you have appropriate access in the org.org-demo_org
.dx build
command and specify the billing account of the app using the --bill-to
flag. After an app is published, it is not possible to change the billing account of the app.