osmo user create#

Create a new user with optional roles.

usage: osmo user create [-h] [--roles ROLES [ROLES ...]]
                        [--format-type {json,text}]
                        user_id

Positional Arguments#

user_id#

User ID (e.g., email or username).

Named Arguments#

--roles, -r#

Initial roles to assign to the user.

--format-type, -t#

Possible choices: json, text

Specify the output format type (Default text).

Default: 'text'

Ex. osmo user create myuser@example.com Ex. osmo user create service-account –roles osmo-user osmo-ml-team