When clicked, the button triggers a backend endpoint that updates the user’s status.
A confirmation modal should pop up when the button is clicked, asking for confirmation to change the user’s status (e.g., "Are you sure you want to make this user inactive?").
Once confirmed, the user’s status changes, and the button text updates accordingly.
The assortment of the listed users should always be set in alphabetical order, refreshed after every status change.
Functionality