Logout all sessions
Auth
Logout all sessions
Sets a user-level invalidation timestamp in the cache. All access and refresh tokens issued before this timestamp are rejected. Effectively logs out every device.
POST
Logout all sessions
Documentation Index
Fetch the complete documentation index at: https://docs.cyberun.cloud/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
User session JWT (Bearer ). Must be paired with the X-Team-ID
request header on team-scoped endpoints so the server knows which
team's resources to operate on.
Response
All sessions logged out
Always true when the action completed successfully.
Example:
true
