update_tenant_owner

Changes the owner for a tenant.

Format

Standard Mode

emcli update_tenant_owner
      -name="name"
      -new_owner="new_owner"

Interactive or Script Mode

emcli update_tenant_owner(
      name="name"
      ,-new_owner="new_owner"
)

Options

  • name

    The name of the tenant.

  • new_owner

    The user name of the new tenant owner.

Exit Codes

0 if successful. A non-zero value indicates that verb processing was unsuccessful.

Example

The following example changes the name of the owner of my_tenant to John.

emcli update_tenant_owner
      -name="my_tenant"
      -new_owner="John"