Sha256: 83b6a40b7bc2d7e580222180476a75899da7bc2d99b363d7ad3593af5f1f1444
Contents?: true
Size: 749 Bytes
Versions: 4
Compression:
Stored size: 749 Bytes
Contents
# GroupUserAdd Use this operation to add an existing user to a group. ```text knife ionoscloud group user add USER_ID [USER_ID] (options) ``` ## Available options: ### Required options: * group\_id * ionoscloud\_username * ionoscloud\_password ```text group_id: --group-id GROUP_ID, -G GROUP_ID iD of the group. (required) ionoscloud_username: --username USERNAME, -u USERNAME your Ionoscloud username (required) ionoscloud_password: --password PASSWORD, -p PASSWORD your Ionoscloud password (required) extra_config_file: --extra-config EXTRA_CONFIG_FILE_PATH, -e EXTRA_CONFIG_FILE_PATH path to the additional config file ``` ## Example ```text knife ionoscloud group user add USER_ID ```
Version data entries
4 entries across 4 versions & 1 rubygems