Website
Enterprise Plan
User Documentation
Free Trial
Plans and Pricing
Ask or search…
⌃
K
Links
Rocket.Chat Developer
Getting Started
Deploy Rocket.Chat
Development Environment Setup
Architecture and Components
Deep linking
Two Factor Authentication
Contribute to Rocket.Chat
Code of Conduct
Code Review Process
Modes of Contribution
Customize and Embed
Embedded Layout
White Labeling
Iframe Integration
Open-Source Projects
Server
Desktop App
Mobile App
Chat Engine
Overview of Chat Engine
Chat Engine in iframe
Chat Engine with Custom Frontend
Apps-Engine
Rocket.Chat Apps-Engine
Getting Started with Apps-Engine
Create an App
Extend App Capabilities
App Configuration
App Internationalization
App Data Persistence
App Permission System
App Development Lifecycle
Video Conferencing Apps
Omnichannel Apps
Advanced Features
App Submission to the Marketplace
Apps-Engine Reference
Omnichannel
Omnichannel Environment Setup
Livechat widget development and customization
Developing Omnichannel Bots
Omnichannel FAQs
Developing Omnichannel Apps
Bots
Bots Development Environment Setup
Bots Architecture
Creating Your Own Bot From Scratch
Bots FAQs
Reference
API
REST API
Endpoints
Authentication
User Management
Get Avatars
Users Endpoints
Create User
Delete User
Delete Own Account
Get Avatar
Set User's Status Active
Deactivate Idle Users
Get User's Presence
Get User's Info
Get Users List
Register User
Reset Avatar
Set Avatar
Get Status
Set Status
Update User
Update Own Basic Information
Create Users Token
Get User Preferences
Set Preferences
Forgot Password
Get Username Suggestion
Generate Personal Access Token
Regenerate Personal Access Token
Get Personal Access Tokens
Remove Personal Access Token
Enable 2fa Email
Disable 2fa Email
Send 2fa code
Users Presence
Request Data Download
Logout Other Clients
Autocomplete User
Remove Other Tokens
Reset Users E2E Key
Reset Users TOTP
List users teams
Report User
Logout User Endpoint
LDAP Endpoints
Permissions Endpoints
Roles Endpoints
Rooms
Messaging
Omnichannel
Integrations
Notifications
Content Management
Statistics
Settings
Marketplace Apps
Miscellaneous
Realtime API
Deprecated Endpoints
Schema Definition
Livechat Widget API
Fuselage Design System
Monorepo
Conventions
Componentization
Accessibility
Color Palette
Testing
Third party libraries
Contributing
Powered By
GitBook
Comment on page
Remove Other Tokens
URL
Requires Auth
HTTP Method
/api/v1/users.removeOtherTokens
yes
POST
Example Call
curl
-H
"Content-type:application/json"
\
http://localhost:3000/api/v1/users.removeOtherTokens
\
Example Result
{
"success"
:
true
}
Change Log
Version
Description
3.1.0
Added
Last modified
1yr ago