Terminates all active sessions associated with the authenticated user except the current session. This endpoint signs the user out from every other device, browser, and application while keeping the current session active, allowing them to continue using the current device without interruption.This operation is commonly used after changing a password, updating security settings, enabling multi-factor authentication, or whenever a user suspects unauthorized access to their account. Invalidating all other sessions helps prevent previously issued access tokens or session identifiers from being used on other devices, reducing the risk of unauthorized access.Upon successful completion, only the current authenticated session remains valid, while all other active sessions are permanently terminated. Any affected devices or browsers will be required to authenticate again before they can access protected resources.