Reference for http://www.bungie.net/d1/Platform/Destiny/{membershipType}/Stats/GetMembershipIdByDisplayName/{displayName}/

Returns the numerical id of a player based on their display name, zero if not found.

Url: http://www.bungie.net/d1/Platform/Destiny/{membershipType}/Stats/GetMembershipIdByDisplayName/{displayName}/

HTTP Method: GET

Requires Sign-in: false

Url Parameters:

Parameter Name Description
ignorecase Default is false when not specified. True to cause a caseless search to be used.
membershipType A valid non-BungieNet membership type.
displayName A display name meeting the parameters of display names for the specified membership type (i.e., a gamertag, or a PSN Id)

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": "0",
  "ErrorCode": 0,
  "ThrottleSeconds": 0,
  "ErrorStatus": null,
  "Message": null,
  "MessageData": null
}