Delete all active sessions of all users

POST /Api/Users/Kick/All

Requires verified email; Requires one of the following permissions: Users.KickAllUsers; Requires the following features to be enabled: Users

Responses

POST /Api/Users/Kick/All
curl \
 -X POST https://app.lovassy.hu/Api/Users/Kick/All \
 -H "Authorization: Bearer $ACCESS_TOKEN"