user enabled set

The user enabled set command enables or disables a user account.

You can disable a user account so that it cannot be used to gain access to Spectrum™ Technology Platform. Any jobs that run on a schedule using a disabled user account will not run.

Note: The user account "admin" cannot be disabled.

Usage

user enabled set --u UserName --e TrueOrFalse
RequiredArgumentDescription
Yes--u UserNameSpecifies the name of the user you want to disable.
Yes--e TrueOrFalseSpecifies whether to enable or disable the user account where TrueOfFalse is one of the following:
true
Enables the user account.
false
Disables the user account.

Example

This example disables the user account allan12.

user enabled set --u allan12 --e false