I am using the Box CLI with a PowerShell script to get users and folders. It worked in the sand box but now I'm working in Prod and I have to accept the terms of service. Before adding the --accept flag the error tells me I need to pass in accept or reject. Once I add the flag the api command gives me a 404 Not Found error. I do have the ToS ID.
Here is my command: box terms-of-service:set-user-status $TOSID --accept
Please help. Thank you.