Create Account on Tenant
Creates new user accounts on system tenant.
accounts create newuser60@example.com Secure-Password-123 567 newuser60@example.com accounts create newuser61@acme.com Secure-Password-123 567 newuser61@acme.com exit
export ORES_SHELL_LOGIN_PASSWORD ./ores.shell ${log_args} ${connect_args} ${login_args} << 'EOF' <<create-account-tenant>> EOF
✓ Connected to :51004 ✓ Logged in as: newuser3 Tenant: System (ffffffff-ffff-ffff-ffff-ffffffffffff) ORE Studio Shell REPL v0.0.11 Type 'help' for available commands, 'exit' to quit. ores-shell> ✓ Account created with ID: 019c3245-e0d3-7fd2-9883-c335b920b797 ores-shell> ✓ Account created with ID: 019c3245-e15f-73dc-b843-3c131b96872f ores-shell> Bye!