action bungie_destiny2_search_destiny_player_by_bungie_name { label: "Destiny2.SearchDestinyPlayerByBungieName" description: "Returns a list of Destiny memberships given a global Bungie Display Name. This method will hide overridden memberships due to cross save." provider: bungie method: POST path: "/Destiny2/SearchDestinyPlayerByBungieName/{membershipType}/" encoding: json input: { type: "object" properties: { membershipType: { type: "integer" format: "int32" } } required: ["membershipType"] additionalProperties: false } output: { type: "object" additionalProperties: true } }