Revoke all sessions from all users.
POST/api/v4/users/sessions/revoke/all
For any session currently on the server (including admin) it will be revoked. Clients will be notified to log out users.
Minimum server version: 5.14
Permissions
Must have manage_system permission.
Responses
- 200
- 401
- 403
Sessions successfully revoked.
No access token provided
Do not have appropriate permissions