Publish a user typing websocket event.
POST/api/v4/users/:user_id/typing
Notify users in the given channel via websocket that the given user is typing. Minimum server version: 5.26
Permissions
Must have manage_system permission to publish for any user other than oneself.
Request
Responses
- 200
- 400
- 401
- 403
User typing websocket event accepted for publishing.
Invalid or missing parameters in URL or request body
No access token provided
Do not have appropriate permissions