Skip to main content

setTeamPolicy

Set who may create teams in an app and the default membership policy for new teams. Requires app-admin ('manage_apps'). Affects future team creation only, not existing teams.

setTeamPolicy(
input: SetTeamPolicyInput!
): AppGroupPolicy!

Arguments

setTeamPolicy.input ● SetTeamPolicyInput! 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.