Delete all active sessions of a user
Requires verified email; Requires one of the following permissions: Users.KickUser; Requires the following features to be enabled: Users
Path parameters
-
id
string(uuid) Required
POST
/Api/Users/Kick/{id}
curl \
-X POST https://app.lovassy.hu/Api/Users/Kick/{id} \
-H "Authorization: Bearer $ACCESS_TOKEN"
Response examples (404)
{
"type": "string",
"title": "string",
"status": 42,
"detail": "string",
"instance": "string"
}