Reference for http://www.bungie.net/Platform/User/Search/Prefix/{displayNamePrefix}/{page}/

[OBSOLETE] Do not use this to search users, use SearchByGlobalNamePost instead.

Url: http://www.bungie.net/Platform/User/Search/Prefix/{displayNamePrefix}/{page}/

HTTP Method: GET

Requires Sign-in: Anonymous Access Only

Url Parameters:

Parameter Name Description
displayNamePrefix The display name prefix you're looking for.
page The zero-based page of results you desire.

Request/Response Body Formats:

Message Direction Format Body
Request N/A HTTP Get requests have no request body.
Response JSON JSON object

The following is an example of a response JSON body for this method.

{
  "Response": null,
  "ErrorCode": 0,
  "ThrottleSeconds": 0,
  "ErrorStatus": null,
  "Message": null,
  "MessageData": null,
  "DetailedErrorTrace": null
}