I'm attempting to delete around 650 Managed users via the CLI
I have the list of users in a CSV File and running this command "box users delete --bulk-file-path /Users/macuser/Downloads/filename.csv"
And I get an error of
Error deleting user Walter White.
The API returned an error [NotFound | unique id here ] not_found - Not Found
I opened a case with BOX but was told I need to use the ID and not email in my CSV but there's not a way to export a list of just the users I want to delete
Any suggestions? surely i'm not the only admin that has faced this