Core / Member / IdentifyById

Returns the user's username if found, or false if not found.

GET api.gamebanana.com/Core/Member/IdentifyById?userid=...

Parameters

userid int
User's ID.
format string Optional
json or if parameter omitted - Return prettified JSON
json_min - Return minified JSON
xml - Return XML
php_serialized - Return PHP serialize()'d data
flags string Optional
Comma delimited flags.
JSON_UNESCAPED_SLASHES - Don't escape / (applies to JSON responses only)

Multicall Enabled - Make each parameter an array to perform multiple calls in a single request.

Examples

Multicall Examples

Error Examples