action bungie_user_search_by_global_name_prefix { label: "User.SearchByGlobalNamePrefix" description: "[OBSOLETE] Do not use this to search users, use SearchByGlobalNamePost instead." provider: bungie method: GET path: "/User/Search/Prefix/{displayNamePrefix}/{page}/" encoding: json input: { type: "object" properties: { displayNamePrefix: { type: "string" } page: { type: "integer" format: "int32" } } required: ["displayNamePrefix", "page"] additionalProperties: false } output: { type: "object" additionalProperties: true } }