cURL
curl --request GET \ --url https://codecombat.com/api/user-lookup/{property}/{value} \ --header 'Authorization: Basic <encoded-value>'
Redirects to /users/{handle} given a unique, identifying property
/users/{handle}
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Basic <encoded-value>
<encoded-value>
username:password
The property to lookup by. May either be "israel-id" or "name".
"israel-id"
"name"
The value to be looked up.