Skip to content

create local user

Chris Lowth edited this page Sep 21, 2022 · 7 revisions

create local user

Usage:

tbutil [{cred}] create local user [-list-roles] {user_name} {role} [{password}]

Creates the named local user (which must not already exist).

The role must be one of the recognised Turbonomic user roles. You get get the list of valid roles by using the -list-roles option.

If you omit the password, then you will be prompted for it.

Example:

tbutil @my_instance create local user mickey advisor "good boyY plut0!"

The tool displays the JSON description of the new user (which excludes the password).

See also: "delete user", "export user", "import user", "list users"

Clone this wiki locally