sdm admin users revoke-all
Last modified on November 3, 2023
On this page
NAME:
sdm admin users revoke-all - revoke access from all datasources to a user
USAGE:
sdm admin users revoke-all [command options] <user-email-1> [user-email-2 user-email-n...]
OPTIONS:
--template, -t display a JSON template
--file value, -f value load revokes from JSON file
--stdin, -i load from stdin
--timeout value set time limit for command
Additional Information
The --template
command produces example --file
or --stdin
input:
{
"users": [
{
"id": "a-0000000000000000",
"email": ""
}
]
}