MediaWiki API help
This is an auto-generated MediaWiki API documentation page.
Documentation and examples: https://www.mediawiki.org/wiki/API
action=chatkick
(main | chatkick)
- This module requires read rights.
- This module only accepts POST requests.
- Source: MediaWikiChat
- License: GPL-2.0+
Kick a user from the chat
Parameter:
- id
The user ID to kick
- This parameter is required.
- Type: integer
Example:
- Kick the user with ID of 1
- api.php?action=chatkick&id=1 [open in sandbox]