sdm admin users list
Last modified on November 3, 2023
On this page
NAME:
sdm admin users list - list all users in your organization
USAGE:
sdm admin users list [command options] [arguments...]
OPTIONS:
--json, -j output as json
--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.