users

Publish a user typing websocket event.

Notify users in the given channel via websocket that the given user is typing.

Permissions

Must have manage_system permission to publish for any user other than oneself.

post/api/v4/users/{user_id}/typing

Path parameters

user_idstring required

User GUID

Request body

channel_idstring required

The id of the channel to which to direct the typing event.

parent_idstring

The optional id of the root post of the thread to which the user is replying. If unset, the typing event is directed at the entire channel.

Response

User typing websocket event accepted for publishing.

statusstring

Will contain "ok" if the request was successful and there was nothing else to return

Changes

No recorded changes to this endpoint across all 1 revision of this API.