Create new user
openstack user create
[--project <project>]
[--password <password>]
[--password-prompt]
[--email <email-address>]
[--enable | --disable]
[--or-show]
<name>
Default project (name or ID)
Set user password
Prompt interactively for password
Set user email address
Enable user (default)
Disable user
Return existing user
New user name
Delete user(s)
openstack user delete <user> [<user> ...]
User(s) to delete (name or ID)
List users
openstack user list
[--format-config-file FORMAT_CONFIG]
[--sort-column SORT_COLUMN]
[--sort-ascending | --sort-descending]
[--project <project>]
[--long]
Config file for the dict-to-csv formatter
specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated
sort the column(s) in ascending order
sort the column(s) in descending order
Filter users by project (name or ID)
List additional fields in output
Set user properties
openstack user set
[--name <name>]
[--project <project>]
[--password <user-password>]
[--password-prompt]
[--email <email-address>]
[--enable | --disable]
<user>
Set user name
Set default project (name or ID)
Set user password
Prompt interactively for password
Set user email address
Enable user (default)
Disable user
User to modify (name or ID)
Display user details
openstack user show <user>
User to display (name or ID)
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.