This content has been marked as final.
Show 2 replies
-
1. Re: Is it possible to delete a user from a Site using tabcmd?
Jeremy DeVoss Sep 10, 2012 7:29 PM (in response to Jeremy DeVoss)After talking with Tableau, this is not possible with the current version of the TABCMD utility.
-
2. Re: Is it possible to delete a user from a Site using tabcmd?
Javod Khalaj Apr 25, 2014 4:27 PM (in response to Jeremy DeVoss)I've come across this issue as well.
Version 8.2 will allow for deletion via the REST API, however in the meantime my workaround was using the following:tabcmd createsiteusers "users.csv" -t "MySiteID" --license "unlicensed"
createsiteusers will actually modify an existing site user, and unlicensing them will effectively prevent the user from being able to do anything on that site.