Users
Search for User
Redirects to /users/{handle}
given a unique, identifying property
GET
/api/user-lookup/{property}/{value}
Authorization*
curl --request GET \
--url https://codecombat.com/api/user-lookup/{property}/{value} \
--header 'Authorization: <authorization>'
Authorizations
Authenticationheaderrequired
string
Basic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
Path Parameters
propertyrequired
string
The property to lookup by. May either be "israel-id"
or "name"
.
valuerequired
string
The value to be looked up.
Response
204
curl --request GET \
--url https://codecombat.com/api/user-lookup/{property}/{value} \
--header 'Authorization: <authorization>'