Update channel invitation preference
This action updates a user's group channel invitation preference. Updating the application's default channel invitation preference won't override existing users' individual channel invitation preferences. The changed preference only affects the users created after the update.
HTTP request
Note: If you are using the in-app channel in Delight AI agent, the endpoint for your API request should start with
https://api-{application_id}.svc.delight.ai/v3instead ofhttps://api-{application_id}.sendbird.com/v3. For more details, refer to our Delight AI agent guide.
Request body
The following table lists the properties of an HTTP request that this action supports.
Required
| Property name | Type | Description |
|---|---|---|
auto_accept | boolean | Determines whether a user will automatically join a group channel without having to manually accept an invitation. If set to |
Responses
If successful, this action returns the value of the channel invitation preference of the user in the response body.
Error
In the case of an error, an error object like below is returned. See the error codes section for more details.