action bungie_group_v2_get_user_clan_invite_setting { label: "GroupV2.GetUserClanInviteSetting" description: "Gets the state of the user's clan invite preferences for a particular membership type - true if they wish to be invited to clans, false otherwise." provider: bungie method: GET path: "/GroupV2/GetUserClanInviteSetting/{mType}/" encoding: json input: { type: "object" properties: { mType: { type: "integer" format: "int32" } } required: ["mType"] additionalProperties: false } output: { type: "object" additionalProperties: true } }