user

Control what system access users are configured for

refinery user [options]

Options: --add-user --list-users --remove-user-from-group --add-user-to-group --list-users --user --get-user --list-users-in-groups --group

Managing users

--list-users

List users currently defined in the system.

--list-groups

List groups currently defined in the system

--list-users-in-group group

List the users in group.

--get-user user

Retrieve details of the specified user.

--add-group group

Add group to the system.

--add-user

Add a new user to the system to the specified group.

By default, generates a new random password to be distributed to the end user for them to login. To specify a fixed password, pass it with --password password. Users are required to change this password on first login.

Supports the additional user and group options.

--add-user-to-group

Add the specified user to the specified group

Supports the additional user and group options.

--remove-user-from-group

Remove the specified user from the specified group.

Supports the additional user and group options.

Additional user and group options

--user user

Username that will be assigned or modified.

--group group

Group that will have a user added or removed.