The title says pretty much it all. 
I'm writing an API client and a Terraform provider for Proxmox VE. So far the `version` and `storage` endpoints are working (albeit not necessarily complete
). I'm now trying to create an ACME account but I get a `403 Permission check failed (user != root@pam)` error.
The API token I'm using does belong to `root@pam` though. I tried setting privilege separation on and off but it had no effect.

I'm writing an API client and a Terraform provider for Proxmox VE. So far the `version` and `storage` endpoints are working (albeit not necessarily complete

The API token I'm using does belong to `root@pam` though. I tried setting privilege separation on and off but it had no effect.