action bungie_user_get_sanitized_platform_display_names { label: "User.GetSanitizedPlatformDisplayNames" description: "Gets a list of all display names linked to this membership id but sanitized (profanity filtered). Obeys all visibility rules of calling user and is heavily cached." provider: bungie method: GET path: "/User/GetSanitizedPlatformDisplayNames/{membershipId}/" encoding: json input: { type: "object" properties: { membershipId: { type: "integer" format: "int64" } } required: ["membershipId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }