sdm admin users suspend
Last modified on March 24, 2023
On this page
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 ...'
--filter-json value path to JSON based filter
Additional Information
Example --filter-json
file:
[
{
"lastName":"S1"
}
]
For more information on the use of filters in the CLI, see the Filters documentation.