sdm admin users suspend

Last modified on November 3, 2023

NAME:
   sdm admin users suspend - suspend a user by email address

USAGE:
   sdm admin users suspend [command options] <email|id>

OPTIONS:
   --cascade, -c        cascade the suspension to the linked API keys
   --filter value       filter e.g. 'field:name tag:key=value ...'
   --filters-help       show valid filter strings and examples
   --filter-json value  path to JSON based filter
   --timeout value      set time limit for command

Additional Information

Example --filter-json file:

[
    {
        "lastName":"S1"
    }
]

For more information on the use of filters in the CLI, see the Filters documentation.