Create
Creates new user accounts on system tenant.
accounts create newuser40 Secure-Password-123 567 newuser40@example.com accounts create newuser41 Secure-Password-123 567 newuser41@example.com accounts create newuser42 Secure-Password-123 567 newuser42@example.com exit
export ORES_SHELL_LOGIN_PASSWORD ./ores.shell ${log_args} ${connect_args} ${login_args} << 'EOF' <<create-account>> 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-8c98-742f-a1e5-4746ed74fa05 ores-shell> ✓ Account created with ID: 019c3245-8d12-7cae-9315-470f8a5c3839 ores-shell> ✓ Account created with ID: 019c3245-8d8e-7a18-a5d4-4e1b316e542a ores-shell> Bye!