User Group¶
rio usergroup¶
Manage usergroups in current organization.
Usergroups are a way to organize users and projects in your organization. You can create usergroups and add users and projects to them. This helps in managing access control and permissions in your organization.
Users can be part of multiple usergroups and projects can be part of multiple usergroups. You can further make some users admins of a usergroup and they will have the permissions to manage the usergroup.
rio usergroup [OPTIONS] COMMAND [ARGS]...
delete¶
Delete a usergroup from current organization.
To skip confirmation, use the --force
or -f
or
the --silent
flag.
rio usergroup delete [OPTIONS] GROUP_NAME
Options
- -f, --force, --silent¶
Skip confirmation
Arguments
- GROUP_NAME¶
Required argument
inspect¶
Print the details of a usergroup
You choose the format of the output using the --format
flag.
The supported formats are json
and yaml
. Default is yaml
.
rio usergroup inspect [OPTIONS] GROUP_NAME
Options
- -f, --format <format_type>¶
- Options:
json | yaml
Arguments
- GROUP_NAME¶
Required argument
list¶
List all user groups in current organization.
rio usergroup list [OPTIONS]