Account Roles
List roles assigned to an account.
accounts roles 019c2d92-8448-7158-90d0-ccb8b5f7e812 exit
export ORES_SHELL_LOGIN_PASSWORD ./ores.shell ${log_args} ${connect_args} ${login_args} << 'EOF' <<account-roles>> EOF
✓ Connected to :51004 ✓ Logged in as: newuser3 Tenant: System (00000000-0000-0000-0000-000000000000) ORE Studio Shell REPL v0.0.11 Type 'help' for available commands, 'exit' to quit. ores-shell> Roles for Account: 019c2d92-8448-7158-90d0-ccb8b5f7e812 +--------------------------------------+------------+------------------------------------------------------------+-------------------------------------------------------+-------------+---------+ | ID (UUID) | Name | Description | Permissions | Recorded By | Version | +--------------------------------------+------------+------------------------------------------------------------+-------------------------------------------------------+-------------+---------+ | 43edf938-fb1e-4d0c-b752-a94362f5f194 | SuperAdmin | Platform super administrator with tenant management access | *, iam::tenants:create, iam::tenants:delete (+5 more) | postgres | 1 | +--------------------------------------+------------+------------------------------------------------------------+-------------------------------------------------------+-------------+---------+ ores-shell> Bye!