Reference for http://www.bungie.net/Platform/User/ValidateBungieName/
Given a bungie name, does every validation step for changing the name, including having available name changes, but doesn't actually commit the change.
Url: http://www.bungie.net/Platform/User/ValidateBungieName/
HTTP Method: POST
Requires Sign-in: true
Url Parameters: No Url Parameter documentation is available for this method.
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.
{
"displayName": null
}
The following is an example of a response JSON body for this method.
{
"Response": false,
"ErrorCode": 0,
"ThrottleSeconds": 0,
"ErrorStatus": null,
"Message": null,
"MessageData": null,
"DetailedErrorTrace": null
}