Using an API Token to manage user permissions

florian7843

New Member
Feb 11, 2024
3
0
1
Austria
Hey,

I'm trying to create a tool to manage user permissions on a PVE Environment. For that my initial idea was to use a service user with an API token to do that.

When trying to use the /access/password endpoint with that token I get the following error: 403 Permission check failed (URI '/access/password' not available with API token, need proper ticket.
Is it possible to allow this use case with a configuration, or is it disabled for security reasons?
 
that API endpoint requires the currently logged in user's password as parameter, so it doesn't work for tokens..

could you please file an enhancement request so we can discuss how to potentially make this available?