Update channel member autotranslation setting
PUT/api/v4/channels/:channel_id/members/:user_id/autotranslation
Update a user's autotranslation setting for a channel. This controls whether messages in the channel should not be automatically translated for the user. By default, autotranslations are enabled for all users if the channel is enabled for autotranslation.
Permissions
Must be logged in as the user or have edit_other_users permission.
Request
Responses
- 200
- 400
- 401
- 403
- 404
Channel member autotranslation setting update successful
Invalid or missing parameters in URL or request body
No access token provided
Do not have appropriate permissions
Resource not found