Auto-accept invite disable

Hi. I have switched off auto_accept invite feature in my application, but it still works, how is possible to disable it?
Steps that I have done:

  1. Make a PUT request to https://api-{appid}.sendbird.com/v3/applications/default_channel_invitation_preference to switch auto_accept field to false
  2. Checked that this field is disabled by GET https://api-{appid}.sendbird.com/v3/applications/default_channel_invitation_preference.
  3. Send an invite to my user
  4. User automaticaly joins group

Hello @Yuriy_Lunyov let me check and will get back to you soon! Thanks for your patient

Hi @Yuriy_Lunyov,

@Woo and I looked at this together. The default_channel_invitation_preference is only utilized when a user is created. Once the user is created, changing the value of default_channel_invitation_preference does not retroactively change the preference of existing users, it will only set the new value for user created after the change.
I understand that in the documentation, that is not clear at all. I’ll work with our Documentation team to help clear that up.

1 Like