Get channel invitation preference
This action retrieves a user's group channel invitation preference. Users are subject to both user-specific and application-wide invitation preferences. Of the two, the invitation preference set for a specific user takes precedence over the default channel invitation preference.
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.
Responses
If successful, this action returns the value of the channel invitation preference of the user in the response body.
List of response properties
| Property name | Type | Description |
|---|---|---|
auto_accept | boolean | Indicates whether a user will automatically join a group channel without having to manually accept an invitation. If set to |
Error
In the case of an error, an error object like below is returned. See the error codes section for more details.