---
title: "Logout specific user from all devices"
method: GET
path: "/v1/authentication/logout-user"
tags: ["Authentication Controller"]
---

# Logout specific user from all devices

`GET /v1/authentication/logout-user`

Invalidates all active sessions for a specific user across all devices. Requires admin privileges.

## Query parameters

- `userId` string, required
- `redirect_host` string
- `device_token` string, required

## Other responses

- `302` — Redirect to login page
- `400` — Invalid parameters
- `401` — Unauthorized
- `500` — Internal server error

---

[API](https://skmtc.dev/floik/apis/floik-authentication-server.md) · [All operations](https://skmtc.dev/floik/apis/floik-authentication-server/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/floik/floik-authentication-server/revisions/2b2a5dad2f5e/schema)
