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

Given the prefix of a global display name, returns all users who share that name.

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

HTTP Method: POST

Requires Sign-in: Anonymous Access Only

Url Parameters:

Parameter Name Description
page The zero-based page of results you desire.

Request/Response Body Formats:

Message Direction Format Body
Request JSON JSON object
Response JSON JSON object

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

{
  "displayNamePrefix": null
}

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
}