codecov / feedback

A place to discuss feedback about the pull request and web product experience.
37 stars 7 forks source link

Feature Request: Enable User Activation/Deactivation via API #559

Open vlad-ko opened 3 weeks ago

vlad-ko commented 3 weeks ago

Currently, there is no method to activate or deactivate users programmatically through the API; this action can only be completed manually in the UI. This manual process is time-consuming and inefficient for users who prefer to manage user states programmatically, especially in large organizations.

Request: Add support for PUT and DELETE methods on the API user detail endpoint to allow for activation and deactivation of users.

Use Case Examples:

Deactivation after Role Changes:

Adjusting User Access after Privilege Changes:

This API enhancement would significantly streamline user management for our customers, allowing them to maintain accurate access control in alignment with their internal processes.