setChannelPolicy
Set who may create channels in an app and the default membership policy for new channels. Requires app-admin ('manage_apps'). Affects future channel creation only, not existing channels.
setChannelPolicy(
input: SetChannelPolicyInput!
): AppGroupPolicy!
Arguments
setChannelPolicy.input ● SetChannelPolicyInput! non-null input
The app plus the new creation policy, default membership policy, and optional member/group caps.
Type
AppGroupPolicy object
Per-app, per-type policy controlling who may create groups of a type and the default membership policy of new groups.