# Update User Status **PATCH /api/v1/user/status/{id}** Update a user's account status. Available statuses: ACTIVE (normal access), SUSPENDED (temporary restriction), DELETED (soft deletion). ## Servers - Local server: http://localhost:3500 (Local server) - Production server: https://api.echoplain.social (Production server) ## Parameters ### Path parameters - **id** (string) The unique identifier (UUID) of the user whose status will be updated ### Query parameters - **status** (string) The new status for the user account ## Responses ### 200 User status updated successfully ### 400 Invalid user ID format or invalid status value ### 401 Authentication token required ### 403 Insufficient permissions to update user status ### 404 User not found with the provided ID [Powered by Bump.sh](https://bump.sh)